public class ExecuteCQOperationContext extends QueryOperationContext
OperationContext.OperationCode
Constructor and Description |
---|
ExecuteCQOperationContext(java.lang.String cqName,
java.lang.String queryString,
java.util.Set regionNames,
boolean postOperation)
Constructor for the EXECUTE_CQ operation.
|
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getName()
Return the name of the continuous query.
|
OperationContext.OperationCode |
getOperationCode()
Return the operation associated with the
OperationContext object. |
getQuery, getQueryParams, getQueryResult, getRegionNames, isPostOperation, modifyQuery, setPostOperation, setQueryResult, setRegionNames
isClientUpdate, isClientUpdate
public ExecuteCQOperationContext(java.lang.String cqName, java.lang.String queryString, java.util.Set regionNames, boolean postOperation)
cqName
- the name of the continuous query being registeredqueryString
- the query string for this operationregionNames
- names of regions that are part of the query stringpostOperation
- true to set the post-operation flagpublic OperationContext.OperationCode getOperationCode()
OperationContext
object.getOperationCode
in class QueryOperationContext
OperationCode
of this operationpublic java.lang.String getName()