com.gemstone.gemfire.cache.operations
Class RegionCreateOperationContext
java.lang.Object
com.gemstone.gemfire.cache.operations.OperationContext
com.gemstone.gemfire.cache.operations.RegionCreateOperationContext
public class RegionCreateOperationContext
- extends OperationContext
Encapsulates a OperationContext.OperationCode.REGION_CREATE operation for both the
pre-operation and post-operation cases.
- Since:
- 5.5
RegionCreateOperationContext
public RegionCreateOperationContext(boolean postOperation)
- Constructor for the region creation 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 OperationContext
- Returns:
OperationCode.REGION_CREATE.
isPostOperation
public boolean isPostOperation()
- True if the context is for post-operation.
- Specified by:
isPostOperation in class OperationContext
Copyright © 2002-2008 GemStone Systems, Inc. All Rights Reserved.