ResourcePermission
instead@Deprecated public class RegionDestroyOperationContext extends RegionOperationContext
OperationContext.OperationCode.REGION_DESTROY
operation
for both the pre-operation and post-operation cases.OperationContext.OperationCode
Constructor and Description |
---|
RegionDestroyOperationContext(boolean postOperation)
Deprecated.
Constructor for the region destroy operation.
|
Modifier and Type | Method and Description |
---|---|
OperationContext.OperationCode |
getOperationCode()
Deprecated.
Return the operation associated with the
OperationContext object. |
getCallbackArg, isPostOperation, setCallbackArg
isClientUpdate, isClientUpdate
public RegionDestroyOperationContext(boolean postOperation)
postOperation
- true to set the post-operation flagpublic OperationContext.OperationCode getOperationCode()
OperationContext
object.getOperationCode
in class RegionOperationContext
OperationCode.REGION_DESTROY
.