com.esri.sde.sdk.client
Class SeTable.SeTableRowLockInfo

java.lang.Object
  extended by com.esri.sde.sdk.client.SeTable.SeTableRowLockInfo
Enclosing class:
SeTable

public static class SeTable.SeTableRowLockInfo
extends java.lang.Object

SeTable inner class that retrieves the rowlocks information from the server. User names returned by getUserNames() is the owner list of locked rowids returned by getRowIds() method.


Method Summary
 int getNumLocks()
          Returns the number locks.
 SeObjectId[] getRowIds()
          Returns an array of locked row IDs.
 java.lang.String[] getUserNames()
          Returns an array of user names.
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

getUserNames

public java.lang.String[] getUserNames()
Returns an array of user names.

Returns:
String[]

getRowIds

public SeObjectId[] getRowIds()
Returns an array of locked row IDs.

Returns:
SeObjectId[]

getNumLocks

public int getNumLocks()
Returns the number locks.

Returns:
int