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

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

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

SeInstance inner class that retrieves table locks information for the ArcSde instance.


Field Summary
static int SE_TABLE_EXCLUSIVE_SCHEMA_LOCK
           
static int SE_TABLE_SHARED_SCHEMA_LOCK
           
 
Method Summary
 int getLockType()
          Returns the lock type.
 int getPid()
          Returns the server pid.
 int getRegistrationId()
          Returns the table registration id.
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

SE_TABLE_SHARED_SCHEMA_LOCK

public static final int SE_TABLE_SHARED_SCHEMA_LOCK
See Also:
Constant Field Values

SE_TABLE_EXCLUSIVE_SCHEMA_LOCK

public static final int SE_TABLE_EXCLUSIVE_SCHEMA_LOCK
See Also:
Constant Field Values
Method Detail

getPid

public int getPid()
Returns the server pid.

Returns:
int

getRegistrationId

public int getRegistrationId()
Returns the table registration id.

Returns:
int

getLockType

public int getLockType()
Returns the lock type.

Returns:
int