ResourcePermission
instead@Deprecated public abstract class RegionOperationContext extends OperationContext
OperationContext.OperationCode.REGION_CLEAR
and
OperationContext.OperationCode.REGION_DESTROY
.OperationContext.OperationCode
Constructor and Description |
---|
RegionOperationContext(boolean postOperation)
Deprecated.
Constructor for a region operation.
|
Modifier and Type | Method and Description |
---|---|
Object |
getCallbackArg()
Deprecated.
Get the callback argument object for this operation.
|
abstract OperationContext.OperationCode |
getOperationCode()
Deprecated.
Return the operation associated with the
OperationContext object. |
boolean |
isPostOperation()
Deprecated.
True if the context is for post-operation.
|
void |
setCallbackArg(Object callbackArg)
Deprecated.
Set the callback argument object for this operation.
|
isClientUpdate, isClientUpdate
public RegionOperationContext(boolean postOperation)
postOperation
- true to set the post-operation flagpublic abstract OperationContext.OperationCode getOperationCode()
OperationContext
object.getOperationCode
in class OperationContext
OperationCode
of this operation. This is one of
OperationContext.OperationCode.REGION_CLEAR
or
OperationContext.OperationCode.REGION_DESTROY
.public boolean isPostOperation()
isPostOperation
in class OperationContext
public Object getCallbackArg()
public void setCallbackArg(Object callbackArg)
callbackArg
- the callback argument object for this operation.