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

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

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

SeInstance inner class that retrieves the id of this instance.


Method Summary
 int getCreationDate()
          Returns ArcSde instance creation date.
 java.lang.String getDatabase()
           
 int getId()
          Returns this instance id.
 java.lang.String getName()
          Returns this instance name.
 java.lang.String getOwnerName()
           
 int getStatus()
           
 int getType()
          Returns this instance type.
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

getCreationDate

public int getCreationDate()
Returns ArcSde instance creation date.

Returns:
int

getId

public int getId()
Returns this instance id.

Returns:
int

getName

public java.lang.String getName()
Returns this instance name.

Returns:
String

getOwnerName

public java.lang.String getOwnerName()

getDatabase

public java.lang.String getDatabase()

getStatus

public int getStatus()

getType

public int getType()
Returns this instance type.

Returns:
int