public class StopCQOperationContext extends ExecuteCQOperationContext
OperationContext.OperationCode.STOP_CQ
operation for the pre-operation case.OperationContext.OperationCode
Constructor and Description |
---|
StopCQOperationContext(java.lang.String cqName,
java.lang.String queryString,
java.util.Set regionNames)
Constructor for the STOP_CQ operation.
|
Modifier and Type | Method and Description |
---|---|
OperationContext.OperationCode |
getOperationCode()
Return the operation associated with the
OperationContext object. |
boolean |
isPostOperation()
True if the context is for post-operation.
|
getName
getQuery, getQueryParams, getQueryResult, getRegionNames, modifyQuery, setPostOperation, setQueryResult, setRegionNames
isClientUpdate, isClientUpdate
public StopCQOperationContext(java.lang.String cqName, java.lang.String queryString, java.util.Set regionNames)
cqName
- the name of the continuous query being stoppedqueryString
- the query string for this operationregionNames
- names of regions that are part of the query stringpublic OperationContext.OperationCode getOperationCode()
OperationContext
object.getOperationCode
in class ExecuteCQOperationContext
OperationCode.STOP_CQ
.public boolean isPostOperation()
isPostOperation
in class QueryOperationContext