com.gemstone.gemfire.cache.operations
Class RegionClearOperationContext
java.lang.Object
com.gemstone.gemfire.cache.operations.OperationContext
com.gemstone.gemfire.internal.cache.operations.RegionOperationContext
com.gemstone.gemfire.cache.operations.RegionClearOperationContext
public class RegionClearOperationContext
- extends com.gemstone.gemfire.internal.cache.operations.RegionOperationContext
Encapsulates a OperationContext.OperationCode.REGION_CLEAR operation for both the
pre-operation and post-operation cases.
- Since:
- 5.2
| Methods inherited from class com.gemstone.gemfire.internal.cache.operations.RegionOperationContext |
getCallbackArg, isPostOperation, setCallbackArg |
RegionClearOperationContext
public RegionClearOperationContext(boolean postOperation)
- Default constructor for the region 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_CLEAR.
Copyright © 2002-2008 GemStone Systems, Inc. All Rights Reserved.