Uses of Interface
org.teiid.adminapi.Session
-
Packages that use Session Package Description org.teiid org.teiid.adminapi org.teiid.adminapi.impl org.teiid.logging org.teiid.translator -
-
Uses of Session in org.teiid
Methods in org.teiid that return Session Modifier and Type Method Description SessionCommandContext. 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 classSessionMetadataAdd and delete properties also in the Mapper class for correct wrapping for profile service. -
Uses of Session in org.teiid.logging
Methods in org.teiid.logging that return Session Modifier and Type Method Description SessionAuditMessage. getSession()TheSessionfor 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.translator
Methods in org.teiid.translator that return Session Modifier and Type Method Description SessionExecutionContext. getSession()Get the current session.
-