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

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

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

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


Field Summary
static int SE_INSTANCE_AREA_READ_LOCK
           
static int SE_INSTANCE_AREA_WRITE_LOCK
           
static int SE_INSTANCE_AUTO_LOCK
           
static int SE_INSTANCE_LAYER_READ_LOCK
           
static int SE_INSTANCE_LAYER_WRITE_LOCK
           
 
Method Summary
 int getLayerId()
          Returns the layer id.
 int getLockType()
          Returns the lock type.
 int getPid()
          Returns the server pid.
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

SE_INSTANCE_LAYER_READ_LOCK

public static final int SE_INSTANCE_LAYER_READ_LOCK
See Also:
Constant Field Values

SE_INSTANCE_LAYER_WRITE_LOCK

public static final int SE_INSTANCE_LAYER_WRITE_LOCK
See Also:
Constant Field Values

SE_INSTANCE_AREA_READ_LOCK

public static final int SE_INSTANCE_AREA_READ_LOCK
See Also:
Constant Field Values

SE_INSTANCE_AREA_WRITE_LOCK

public static final int SE_INSTANCE_AREA_WRITE_LOCK
See Also:
Constant Field Values

SE_INSTANCE_AUTO_LOCK

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

getPid

public int getPid()
Returns the server pid.

Returns:
int

getLayerId

public int getLayerId()
Returns the layer id.

Returns:
int

getLockType

public int getLockType()
Returns the lock type.

Returns:
int