com.gemstone.gemfire.cache.operations
Class GetDurableCQsOperationContext
java.lang.Object
com.gemstone.gemfire.cache.operations.OperationContext
com.gemstone.gemfire.cache.operations.GetDurableCQsOperationContext
public class GetDurableCQsOperationContext
- extends OperationContext
Encapsulates a OperationContext.OperationCode.GET_DURABLE_CQS
operation for the pre-operation
case.
- Since:
- 7.0
GetDurableCQsOperationContext
public GetDurableCQsOperationContext()
- Constructor for the GET_DURABLE_CQS operation.
getOperationCode
public OperationContext.OperationCode getOperationCode()
- Return the operation associated with the
OperationContext
object.
- Specified by:
getOperationCode
in class OperationContext
- Returns:
OperationCode.GET_DURABLE_CQS
.
isPostOperation
public boolean isPostOperation()
- True if the context is for post-operation.
- Specified by:
isPostOperation
in class OperationContext
Copyright © 1997-2013 VMware, Inc. All rights reserved.