Uses of Interface
org.teiid.dqp.service.SessionService
-
Packages that use SessionService Package Description org.teiid.common.buffer.impl org.teiid.dqp.internal.process org.teiid.jboss org.teiid.runtime.jmx org.teiid.services org.teiid.transport -
-
Uses of SessionService in org.teiid.common.buffer.impl
Methods in org.teiid.common.buffer.impl with parameters of type SessionService Modifier and Type Method Description void
BufferManagerImpl. setSessionService(SessionService sessionService)
-
Uses of SessionService in org.teiid.dqp.internal.process
Methods in org.teiid.dqp.internal.process that return SessionService Modifier and Type Method Description SessionService
DQPCore. getSessionService()
Methods in org.teiid.dqp.internal.process with parameters of type SessionService Modifier and Type Method Description void
DQPCore. setSessionService(SessionService sessionService)
-
Uses of SessionService in org.teiid.jboss
Methods in org.teiid.jboss that return types with arguments of type SessionService Modifier and Type Method Description org.jboss.msc.value.InjectedValue<SessionService>
TransportService. getSessionServiceInjector()
-
Uses of SessionService in org.teiid.runtime.jmx
Constructors in org.teiid.runtime.jmx with parameters of type SessionService Constructor Description JMXService(DQPCore dqpCore, BufferServiceImpl bufferServiceImpl, SessionService sessionService)
-
Uses of SessionService in org.teiid.services
Classes in org.teiid.services that implement SessionService Modifier and Type Class Description class
SessionServiceImpl
This class serves as the primary implementation of the Session Service. -
Uses of SessionService in org.teiid.transport
Methods in org.teiid.transport that return SessionService Modifier and Type Method Description SessionService
LogonImpl. getSessionService()
Constructors in org.teiid.transport with parameters of type SessionService Constructor Description LogonImpl(SessionService service, String clusterName)
-