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 voidBufferManagerImpl. 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 SessionServiceDQPCore. getSessionService()Methods in org.teiid.dqp.internal.process with parameters of type SessionService Modifier and Type Method Description voidDQPCore. 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 classSessionServiceImplThis 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 SessionServiceLogonImpl. getSessionService()Constructors in org.teiid.transport with parameters of type SessionService Constructor Description LogonImpl(SessionService service, String clusterName)
-