public class UnderTxnLockedObject extends Object implements Serializable
| Modifier and Type | Field and Description | 
|---|---|
static int | 
LOCK_TYPE_READ_LOCK
Lock Types:  READ lock 
 | 
static int | 
LOCK_TYPE_WRITE_LOCK
WRITE lock 
 | 
| Constructor and Description | 
|---|
UnderTxnLockedObject(Object UId,
                    int lockType,
                    int operationType,
                    String className)  | 
| Modifier and Type | Method and Description | 
|---|---|
String | 
getClassName()  | 
int | 
getLockType()  | 
int | 
getOperationType()
use  
 SpaceOperations  constants. | 
Object | 
getUid()  | 
public static final int LOCK_TYPE_READ_LOCK
public static final int LOCK_TYPE_WRITE_LOCK
public String getClassName()
public int getLockType()
public int getOperationType()
 SpaceOperations  constants.public Object getUid()
Copyright © GigaSpaces.