Uses of Interface
com.metamatrix.platform.security.api.service.SessionServiceInterface

Packages that use SessionServiceInterface
com.metamatrix.admin.server   
com.metamatrix.platform.security.session.service   
com.metamatrix.platform.util   
org.teiid.transport   
 

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.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)
           
 

Uses of SessionServiceInterface in org.teiid.transport
 

Constructors in org.teiid.transport with parameters of type SessionServiceInterface
LocalServerConnection(java.util.Properties connectionProperties, ClientServiceRegistry clientServices, SessionServiceInterface sessionService)
           
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, int maxWorkers, javax.net.ssl.SSLEngine engine, boolean isClientEncryptionEnabled, SessionServiceInterface sessionService)
           
SocketTransport(java.util.Properties props, ClientServiceRegistry serivices, SessionServiceInterface sessionService)
           
 



Copyright © 2009. All Rights Reserved.