Uses of Interface
org.teiid.adminapi.SessionBean
-
Packages that use SessionBean Package Description org.teiid.adminapi org.teiid.adminapi.impl org.teiid.runtime.jmx -
-
Uses of SessionBean in org.teiid.adminapi
Subinterfaces of SessionBean in org.teiid.adminapi Modifier and Type Interface Description interface
Session
A Session represents a single connection between a client and the server. -
Uses of SessionBean in org.teiid.adminapi.impl
Classes in org.teiid.adminapi.impl that implement SessionBean Modifier and Type Class Description class
SessionMetadata
Add and delete properties also in the Mapper class for correct wrapping for profile service. -
Uses of SessionBean in org.teiid.runtime.jmx
Methods in org.teiid.runtime.jmx that return types with arguments of type SessionBean Modifier and Type Method Description List<SessionBean>
TeiidBean. getSessions()
Get all the current Sessions.
-