Gemfire JavaDocs
Class RegionDestroyOperationContext
- java.lang.Object
-
- org.apache.geode.cache.operations.OperationContext
-
- org.apache.geode.cache.operations.RegionOperationContext
-
- org.apache.geode.cache.operations.RegionDestroyOperationContext
-
@Deprecated public class RegionDestroyOperationContext extends RegionOperationContext
Deprecated.since Geode1.0, useResourcePermission
insteadEncapsulates aOperationContext.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
Constructors Constructor Description RegionDestroyOperationContext(boolean postOperation)
Deprecated.Constructor for the region destroy operation.
-
Method Summary
All Methods Instance Methods Concrete Methods Deprecated Methods Modifier and Type Method Description OperationContext.OperationCode
getOperationCode()
Deprecated.Return the operation associated with theOperationContext
object.-
Methods inherited from class org.apache.geode.cache.operations.RegionOperationContext
getCallbackArg, isPostOperation, setCallbackArg
-
Methods inherited from class org.apache.geode.cache.operations.OperationContext
isClientUpdate, isClientUpdate
-
-
-
-
Method Detail
-
getOperationCode
public OperationContext.OperationCode getOperationCode()
Deprecated.Return the operation associated with theOperationContext
object.- Specified by:
getOperationCode
in classRegionOperationContext
- Returns:
OperationCode.REGION_DESTROY
.
-
-