com.gemstone.gemfire.cache.operations
Class RegionDestroyOperationContext
java.lang.Object
com.gemstone.gemfire.cache.operations.OperationContext
com.gemstone.gemfire.internal.cache.operations.RegionOperationContext
com.gemstone.gemfire.cache.operations.RegionDestroyOperationContext
public class RegionDestroyOperationContext
- extends com.gemstone.gemfire.internal.cache.operations.RegionOperationContext
Encapsulates a OperationContext.OperationCode.REGION_DESTROY operation for both the
pre-operation and post-operation cases.
- Since:
- 5.5
| Methods inherited from class com.gemstone.gemfire.internal.cache.operations.RegionOperationContext |
getCallbackArg, isPostOperation, setCallbackArg |
RegionDestroyOperationContext
public RegionDestroyOperationContext(boolean postOperation)
- Constructor for the region destroy operation.
- Parameters:
postOperation - true to set the post-operation flag
getOperationCode
public OperationContext.OperationCode getOperationCode()
- Return the operation associated with the
OperationContext
object.
- Specified by:
getOperationCode in class com.gemstone.gemfire.internal.cache.operations.RegionOperationContext
- Returns:
OperationCode.REGION_DESTROY.
Copyright © 2002-2008 GemStone Systems, Inc. All Rights Reserved.