com.esri.sde.sdk.client
Class SeLayer.SeLayerLock

java.lang.Object
  extended by com.esri.sde.sdk.client.SeLayer.SeLayerLock
Enclosing class:
SeLayer

public static class SeLayer.SeLayerLock
extends java.lang.Object

SeLayer inner class that retrieves the layer lock information from the ArcSDE server.


Method Summary
 SeExtent getExtent()
          Returns extent of area locked.
 int getLockType()
          Returns the lock type.
 java.lang.String getUserName()
          Returns the user name.
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

getUserName

public java.lang.String getUserName()
Returns the user name.

Returns:
String[]

getExtent

public SeExtent getExtent()
Returns extent of area locked.

Returns:
SeExtent

getLockType

public int getLockType()
Returns the lock type.

Returns:
int