Uses of Interface
org.teiid.adminapi.Session
-
Packages that use Session Package Description org.teiid org.teiid.adminapi org.teiid.adminapi.impl org.teiid.adminapi.jboss org.teiid.dqp.internal.datamgr org.teiid.logging org.teiid.runtime org.teiid.translator -
-
Uses of Session in org.teiid
Methods in org.teiid that return Session Modifier and Type Method Description Session
CommandContext. getSession()
Get the current session -
Uses of Session in org.teiid.adminapi
Methods in org.teiid.adminapi that return types with arguments of type Session Modifier and Type Method Description Collection<? extends Session>
Admin. getSessions()
Get all the current Sessions. -
Uses of Session in org.teiid.adminapi.impl
Classes in org.teiid.adminapi.impl that implement Session Modifier and Type Class Description class
SessionMetadata
Add and delete properties also in the Mapper class for correct wrapping for profile service. -
Uses of Session in org.teiid.adminapi.jboss
Methods in org.teiid.adminapi.jboss that return types with arguments of type Session Modifier and Type Method Description Collection<? extends Session>
AdminFactory.AdminImpl. getSessions()
-
Uses of Session in org.teiid.dqp.internal.datamgr
Methods in org.teiid.dqp.internal.datamgr that return Session Modifier and Type Method Description Session
ExecutionContextImpl. getSession()
Methods in org.teiid.dqp.internal.datamgr with parameters of type Session Modifier and Type Method Description void
ExecutionContextImpl. setSession(Session session)
-
Uses of Session in org.teiid.logging
Methods in org.teiid.logging that return Session Modifier and Type Method Description Session
AuditMessage. getSession()
TheSession
for the event or null if one has not been established.Constructors in org.teiid.logging with parameters of type Session Constructor Description AuditMessage(String context, String activity, Session session)
-
Uses of Session in org.teiid.runtime
Methods in org.teiid.runtime that return types with arguments of type Session Modifier and Type Method Description Collection<? extends Session>
EmbeddedAdminImpl. getSessions()
-
Uses of Session in org.teiid.translator
Methods in org.teiid.translator that return Session Modifier and Type Method Description Session
ExecutionContext. getSession()
Get the current session.
-