public interface ServerNode
Contains information about the server and its sessions.
An instance of ServerNode is passed to the Authenticator in its initialise
method.
This can then be used at a later time to obtain the current server session count and the maximum session count
the server supports. The server identifier is also available via the getIdentifier()
method.
Modifier and Type | Method and Description |
---|---|
int |
getCurrentSessionCount()
The current count of active sessions in the server.
|
DataCache |
getDataCache()
Get the
DataCache , through which objects can be created and deleted in the Liberator's object cache. |
java.lang.String |
getIdentifier()
A string identifying the server node.
|
int |
getMaxSessionCount()
The maximum sessions supported by the server licence.
|
java.lang.String getIdentifier()
int getCurrentSessionCount()
int getMaxSessionCount()
DataCache getDataCache()
DataCache
, through which objects can be created and deleted in the Liberator's object cache.Please send bug reports and comments to Caplin support