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

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

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

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


Field Summary
static int SE_STATE_EXCLUSIVE_AUTOLOCK
           
static int SE_STATE_EXCLUSIVE_LOCK
           
static int SE_STATE_SHARED_AUTOLOCK
           
static int SE_STATE_SHARED_LOCK
           
static int SE_STATE_TREE_EXCLUSIVE_LOCK
           
static int SE_STATE_TREE_SHARED_LOCK
           
 
Method Summary
 short getLockType()
          Returns the lock type.
 int getPid()
          Returns the server pid.
 int getStateId()
          Returns the state id.
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

SE_STATE_TREE_SHARED_LOCK

public static final int SE_STATE_TREE_SHARED_LOCK
See Also:
Constant Field Values

SE_STATE_TREE_EXCLUSIVE_LOCK

public static final int SE_STATE_TREE_EXCLUSIVE_LOCK
See Also:
Constant Field Values

SE_STATE_SHARED_LOCK

public static final int SE_STATE_SHARED_LOCK
See Also:
Constant Field Values

SE_STATE_EXCLUSIVE_LOCK

public static final int SE_STATE_EXCLUSIVE_LOCK
See Also:
Constant Field Values

SE_STATE_SHARED_AUTOLOCK

public static final int SE_STATE_SHARED_AUTOLOCK
See Also:
Constant Field Values

SE_STATE_EXCLUSIVE_AUTOLOCK

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

getPid

public int getPid()
Returns the server pid.

Returns:
int

getStateId

public int getStateId()
Returns the state id.

Returns:
int

getLockType

public short getLockType()
Returns the lock type.

Returns:
int