ResourcePermission
instead@Deprecated public class InvalidateOperationContext extends KeyOperationContext
OperationContext.OperationCode.INVALIDATE
region
operation having the key object for both the pre-operation case and for post-operation updates.OperationContext.OperationCode
Constructor and Description |
---|
InvalidateOperationContext(Object key)
Deprecated.
Constructor for the operation.
|
InvalidateOperationContext(Object key,
boolean isPostOperation)
Deprecated.
Constructor for the operation to use for post-operation in updates.
|
Modifier and Type | Method and Description |
---|---|
OperationContext.OperationCode |
getOperationCode()
Deprecated.
Return the operation associated with the
OperationContext object. |
getCallbackArg, getKey, isPostOperation, setCallbackArg, setPostOperation
isClientUpdate, isClientUpdate
public InvalidateOperationContext(Object key)
key
- the key for this operationpublic InvalidateOperationContext(Object key, boolean isPostOperation)
key
- the key for this operationisPostOperation
- true if the context is at the time of sending updatespublic OperationContext.OperationCode getOperationCode()
OperationContext
object.getOperationCode
in class KeyOperationContext
OperationCode.INVALIDATE
.