Package org.teiid.adminapi
Interface Session
-
- All Superinterfaces:
AdminObject
,DomainAware
,Serializable
,SessionBean
- All Known Implementing Classes:
SessionMetadata
public interface Session extends SessionBean, AdminObject, DomainAware
A Session represents a single connection between a client and the server. A user is allowed to have multiple sessions active simultaneously.
-
-
Field Summary
-
Fields inherited from interface org.teiid.adminapi.AdminObject
DELIMITER, DELIMITER_CHAR, ESCAPED_DELIMITER, ESCAPED_WILDCARD, WILDCARD
-
-
Method Summary
-
Methods inherited from interface org.teiid.adminapi.AdminObject
getName, getProperties, getPropertyValue
-
Methods inherited from interface org.teiid.adminapi.DomainAware
getHostName, getServerGroup, getServerName
-
Methods inherited from interface org.teiid.adminapi.SessionBean
getApplicationName, getClientHardwareAddress, getClientHostName, getCreatedTime, getIPAddress, getLastPingTime, getSecurityDomain, getSessionId, getUserName, getVDBName, getVDBVersion
-
-