public final class LockRequest extends AbstractLockRequest
key, threadId, timeout, ttlcallId, clientEngine, endpoint, operationService, serializationService, service| Constructor and Description | 
|---|
LockRequest()  | 
LockRequest(Data key,
           long threadId,
           long ttl,
           long timeout)  | 
| Modifier and Type | Method and Description | 
|---|---|
int | 
getClassId()
Returns class identifier for this portable class. 
 | 
int | 
getFactoryId()
Returns PortableFactory id for this portable class 
 | 
protected InternalLockNamespace | 
getNamespace()  | 
Object[] | 
getParameters()
Used for  
SecurityInterceptor
 Parameters passed to the method by a distributedObject
 for map.put(key, value) parameters should be 'key' and 'value'
 parameters can be in binary or object form, underlying implementation will de-serialize lazily | 
Permission | 
getRequiredPermission()  | 
getDistributedObjectName, getKey, getMethodName, getName, getServiceName, prepareOperation, read, writegetPartitionafterResponse, beforeProcess, beforeResponse, filter, getReplicaIndex, processgetCallId, getClassVersion, getClientEngine, getDistributedObjectType, getEndpoint, getService, isSingleConnection, readPortable, setCallId, setClientEngine, setEndpoint, setOperationService, setSerializationService, setService, setSingleConnection, writePortableclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitreadPortable, writePortablegetDistributedObjectTypepublic LockRequest()
public LockRequest(Data key, long threadId, long ttl, long timeout)
protected InternalLockNamespace getNamespace()
getNamespace in class AbstractLockRequestpublic int getFactoryId()
Portablepublic int getClassId()
Portablepublic Permission getRequiredPermission()
public Object[] getParameters()
SecureRequestSecurityInterceptor
 Parameters passed to the method by a distributedObject
 for map.put(key, value) parameters should be 'key' and 'value'
 parameters can be in binary or object form, underlying implementation will de-serialize lazilygetParameters in interface SecureRequestgetParameters in class AbstractLockRequestCopyright © 2014 Hazelcast, Inc.. All Rights Reserved.