Class RegionDestroyOperationContext
java.lang.Object
org.apache.geode.cache.operations.OperationContext
org.apache.geode.cache.operations.RegionOperationContext
org.apache.geode.cache.operations.RegionDestroyOperationContext
Deprecated.
Encapsulates a
OperationContext.OperationCode.REGION_DESTROY operation
for both the pre-operation and post-operation cases.- Since:
- GemFire 5.5
-
Nested Class Summary
Nested classes/interfaces inherited from class org.apache.geode.cache.operations.OperationContext
OperationContext.OperationCode -
Constructor Summary
ConstructorsConstructorDescriptionRegionDestroyOperationContext(boolean postOperation) Deprecated.Constructor for the region destroy operation. -
Method Summary
Modifier and TypeMethodDescriptionDeprecated.Return the operation associated with theOperationContextobject.Methods inherited from class org.apache.geode.cache.operations.RegionOperationContext
getCallbackArg, isPostOperation, setCallbackArgMethods inherited from class org.apache.geode.cache.operations.OperationContext
isClientUpdate, isClientUpdate
-
Constructor Details
-
RegionDestroyOperationContext
public RegionDestroyOperationContext(boolean postOperation) Deprecated.Constructor for the region destroy operation.- Parameters:
postOperation- true to set the post-operation flag
-
-
Method Details
-
getOperationCode
Deprecated.Return the operation associated with theOperationContextobject.- Specified by:
getOperationCodein classRegionOperationContext- Returns:
OperationCode.REGION_DESTROY.
-
ResourcePermissioninstead