|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface Session
A Session is a lasting connection between a client and a Teiid System. A user may be 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 | |
---|---|
java.lang.String |
getApplicationName()
Get the Application Name |
java.lang.String |
getClientHostName()
Get the host name of the machine the client is accessing from. |
long |
getCreatedTime()
Get the time the Session was created. |
java.lang.String |
getIPAddress()
Get the IPAddress for this Session. |
long |
getLastPingTime()
Get the Last time Client has check to see if the server is still available |
java.lang.String |
getSecurityDomain()
Security Domain user logged into currently |
java.lang.String |
getSessionId()
Get the unique Teiid session within a given Teiid System |
java.lang.String |
getUserName()
Get User Name for this Session |
java.lang.String |
getVDBName()
Get the VDB Name for this Session |
int |
getVDBVersion()
Get the VDB Version for this Session |
Methods inherited from interface org.teiid.adminapi.AdminObject |
---|
getName, getProperties, getPropertyValue |
Method Detail |
---|
long getLastPingTime()
java.lang.String getApplicationName()
java.lang.String getSessionId()
java.lang.String getUserName()
java.lang.String getVDBName()
int getVDBVersion()
java.lang.String getIPAddress()
java.lang.String getClientHostName()
long getCreatedTime()
Session
was created.
java.lang.String getSecurityDomain()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |