1 package org.openslx.imagemaster.serversession;
21 this.timeOut = System.currentTimeMillis() +
TIMEOUT;
28 this.timeOut = System.currentTimeMillis() +
TIMEOUT;
33 return System.currentTimeMillis() > this.
timeOut;
static final long TIMEOUT
synchronized boolean timedOut()
String getOrganizationId()
Class to hold global constants and properties from 'config/global.properties'.
static int getSessionTimeoutServer()
List< String > getAddresses()
final List< String > addresses
final String organizationId
ServerSession(final LocalSatellite serverUser)
final LocalSatellite serverUser
synchronized void refresh()
Holds the session id of the server and manages the timeout.