com.esri.sde.sdk.client
Class SeInstance.SeInstanceUsers

java.lang.Object
  extended by com.esri.sde.sdk.client.SeInstance.SeInstanceUsers
Enclosing class:
SeInstance

public static class SeInstance.SeInstanceUsers
extends java.lang.Object

SeInstance inner class that retrieves a list of user information for the ArcSde instance.


Method Summary
 java.lang.String getNodeName()
          Returns the client's host node name.
 int getServerPid()
          Returns the server pid.
 int getServerStartTime()
          Returns the ArcSde server start time, measured as the number of seconds since the standard epoch, Jan 1 1970.
 java.lang.String getSysName()
          Returns the client's operating system name.
 java.lang.String getUserName()
          Returns the user name.
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

getServerPid

public int getServerPid()
Returns the server pid.

Returns:
int

getServerStartTime

public int getServerStartTime()
Returns the ArcSde server start time, measured as the number of seconds since the standard epoch, Jan 1 1970.

Returns:
int

getSysName

public java.lang.String getSysName()
Returns the client's operating system name.

Returns:
String

getNodeName

public java.lang.String getNodeName()
Returns the client's host node name.

Returns:
String

getUserName

public java.lang.String getUserName()
Returns the user name.

Returns:
String