ResourcePermission
instead@Deprecated public class DestroyOperationContext extends KeyOperationContext
OperationContext.OperationCode.DESTROY
region operation having the key object for both the pre-operation case and for post-operation
updates.OperationContext.OperationCode
Constructor and Description |
---|
DestroyOperationContext(Object key)
Deprecated.
Constructor for the operation.
|
DestroyOperationContext(Object key,
boolean postOperation)
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 DestroyOperationContext(Object key)
key
- the key for this operationpublic DestroyOperationContext(Object key, boolean postOperation)
key
- the key for this operationpostOperation
- true to set the post-operation flagpublic OperationContext.OperationCode getOperationCode()
OperationContext
object.getOperationCode
in class KeyOperationContext
OperationCode.DESTROY
.