com.microstrategy.web.objects.admin.monitors.UserConnection |
The interface UserConnection
represents a single user connection.
Public Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
abstract String |
getClientID()
Returns the client ID (a/k/a the client machine)
| ||||||||||
abstract int |
getClientPort()
Returns the port of the user machine
| ||||||||||
abstract int |
getClientType()
Returns the type of the client, from
EnumDSSXMLClientTypes . | ||||||||||
abstract Date |
getConnectionTime()
Returns the time that the connection was connected
| ||||||||||
abstract int |
getDuration()
Returns the duration of the connection, in seconds
| ||||||||||
abstract Date |
getFirstJobTime()
Returns the time the first job was submitted
| ||||||||||
abstract Date |
getLastJobTime()
Returns the time the last job was submitted.
| ||||||||||
abstract int |
getOpenJobs()
Returns the number of open jobs on the session.
| ||||||||||
abstract String |
getProjectDSSID()
Returns the DSS ID of the project that is connected to.
| ||||||||||
abstract int |
getProjectID()
Returns the project ID of the project that is connected to
| ||||||||||
abstract String |
getProjectName()
Returns the name of the project the connection is connected to.
| ||||||||||
abstract String |
getServerName()
Return the name of the server from which the user connection
information is obtained.
| ||||||||||
abstract String |
getSessionID()
Returns the session ID of the connection.
| ||||||||||
abstract String |
getUserLoginName()
Returns the login name of the owner of the connection
| ||||||||||
abstract String |
getUserName()
Returns the full name of the owner of the connection
|
Returns the client ID (a/k/a the client machine)
Returns the port of the user machine
Returns the type of the client, from EnumDSSXMLClientTypes
.
Returns the time that the connection was connected
Returns the duration of the connection, in seconds
Returns the time the first job was submitted
Returns the time the last job was submitted.
Returns the number of open jobs on the session.
Returns the DSS ID of the project that is connected to.
Returns the project ID of the project that is connected to
Returns the name of the project the connection is connected to.
Return the name of the server from which the user connection information is obtained.
Returns the session ID of the connection. Note that one sessionID can have multiple connections.
Returns the login name of the owner of the connection
Returns the full name of the owner of the connection