|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use SessionServiceInterface | |
---|---|
com.metamatrix.admin.server | |
com.metamatrix.common.comm.platform.socket.server | |
com.metamatrix.platform.security.session.service | |
com.metamatrix.platform.util |
Uses of SessionServiceInterface in com.metamatrix.admin.server |
---|
Methods in com.metamatrix.admin.server that return SessionServiceInterface | |
---|---|
protected SessionServiceInterface |
ServerAdminImpl.getSessionServiceProxy()
|
protected SessionServiceInterface |
AbstractAdminImpl.getSessionServiceProxy()
|
Uses of SessionServiceInterface in com.metamatrix.common.comm.platform.socket.server |
---|
Constructors in com.metamatrix.common.comm.platform.socket.server with parameters of type SessionServiceInterface | |
---|---|
LogonImpl(SessionServiceInterface service,
java.lang.String clusterName)
|
|
ServerWorkItem(ClientInstance socketClientInstance,
java.io.Serializable messageKey,
Message message,
ClientServiceRegistry server,
SessionServiceInterface sessionService)
|
|
SocketClientInstance(ObjectChannel objectSocket,
WorkerPool workerPool,
ClientServiceRegistry server,
boolean isClientEncryptionEnabled,
SessionServiceInterface sessionService)
|
|
SocketListener(int port,
java.lang.String bindAddress,
ClientServiceRegistry server,
int inputBufferSize,
int outputBufferSize,
WorkerPool workerPool,
javax.net.ssl.SSLEngine engine,
boolean isClientEncryptionEnabled,
SessionServiceInterface sessionService)
|
Uses of SessionServiceInterface in com.metamatrix.platform.security.session.service |
---|
Classes in com.metamatrix.platform.security.session.service that implement SessionServiceInterface | |
---|---|
class |
SessionServiceImpl
This class serves as the primary implementation of the Session Service. |
Uses of SessionServiceInterface in com.metamatrix.platform.util |
---|
Methods in com.metamatrix.platform.util that return SessionServiceInterface | |
---|---|
static SessionServiceInterface |
PlatformProxyHelper.getSessionServiceProxy(java.lang.String policyType)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |