ResourcePermission
instead@Deprecated public class ExecuteCQOperationContext extends QueryOperationContext
OperationContext.OperationCode
Constructor and Description |
---|
ExecuteCQOperationContext(String cqName,
String queryString,
Set regionNames,
boolean postOperation)
Deprecated.
Constructor for the EXECUTE_CQ operation.
|
Modifier and Type | Method and Description |
---|---|
String |
getName()
Deprecated.
Return the name of the continuous query.
|
OperationContext.OperationCode |
getOperationCode()
Deprecated.
Return the operation associated with the
OperationContext object. |
getQuery, getQueryParams, getQueryResult, getRegionNames, isPostOperation, modifyQuery, setPostOperation, setQueryResult, setRegionNames
isClientUpdate, isClientUpdate
public ExecuteCQOperationContext(String cqName, String queryString, 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 String getName()