public final class UnlockRequest extends AbstractUnlockRequest
key
callId, clientEngine, endpoint, operationService, serializationService, service
Constructor and Description |
---|
UnlockRequest() |
UnlockRequest(Data key,
long threadId) |
UnlockRequest(Data key,
long threadId,
boolean force) |
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, write
getPartition
afterResponse, beforeProcess, beforeResponse, filter, getReplicaIndex, process
getCallId, getClassVersion, getClientEngine, getDistributedObjectType, getEndpoint, getService, isSingleConnection, readPortable, setCallId, setClientEngine, setEndpoint, setOperationService, setSerializationService, setService, setSingleConnection, writePortable
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
readPortable, writePortable
getDistributedObjectType
public UnlockRequest()
public UnlockRequest(Data key, long threadId)
public UnlockRequest(Data key, long threadId, boolean force)
protected InternalLockNamespace getNamespace()
getNamespace
in class AbstractUnlockRequest
public int getFactoryId()
Portable
public int getClassId()
Portable
public Permission getRequiredPermission()
public Object[] getParameters()
SecureRequest
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 lazilygetParameters
in interface SecureRequest
getParameters
in class AbstractUnlockRequest
Copyright © 2014 Hazelcast, Inc.. All Rights Reserved.