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

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

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

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


Field Summary
static int SE_VERSION_EXCLUSIVE_AUTOLOCK
           
static int SE_VERSION_EXCLUSIVE_LOCK
           
static int SE_VERSION_SHARED_LOCK
           
 
Method Summary
 short getLockType()
          Returns the lock type.
 int getPid()
          Returns the server pid.
 int getVersionId()
          Returns the version id.
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

SE_VERSION_SHARED_LOCK

public static final int SE_VERSION_SHARED_LOCK
See Also:
Constant Field Values

SE_VERSION_EXCLUSIVE_LOCK

public static final int SE_VERSION_EXCLUSIVE_LOCK
See Also:
Constant Field Values

SE_VERSION_EXCLUSIVE_AUTOLOCK

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

getPid

public int getPid()
Returns the server pid.

Returns:
int

getVersionId

public int getVersionId()
Returns the version id.

Returns:
int

getLockType

public short getLockType()
Returns the lock type.

Returns:
int