Gemfire JavaDocs_test
Class CloseCQOperationContext
- java.lang.Object
-
- org.apache.geode.cache.operations.OperationContext
-
- org.apache.geode.cache.operations.QueryOperationContext
-
- org.apache.geode.cache.operations.ExecuteCQOperationContext
-
- org.apache.geode.cache.operations.CloseCQOperationContext
-
@Deprecated public class CloseCQOperationContext extends ExecuteCQOperationContext
Deprecated.since Geode1.0, useResourcePermission
insteadEncapsulates aOperationContext.OperationCode.CLOSE_CQ
operation for the pre-operation case.- Since:
- GemFire 5.5
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class org.apache.geode.cache.operations.OperationContext
OperationContext.OperationCode
-
-
Constructor Summary
Constructors Constructor Description CloseCQOperationContext(java.lang.String cqName, java.lang.String queryString, java.util.Set regionNames)
Deprecated.Constructor for the CLOSE_CQ operation.
-
Method Summary
All Methods Instance Methods Concrete Methods Deprecated Methods Modifier and Type Method Description OperationContext.OperationCode
getOperationCode()
Deprecated.Return the operation associated with theOperationContext
object.boolean
isPostOperation()
Deprecated.True if the context is for post-operation.-
Methods inherited from class org.apache.geode.cache.operations.ExecuteCQOperationContext
getName
-
Methods inherited from class org.apache.geode.cache.operations.QueryOperationContext
getQuery, getQueryParams, getQueryResult, getRegionNames, modifyQuery, setPostOperation, setQueryResult, setRegionNames
-
Methods inherited from class org.apache.geode.cache.operations.OperationContext
isClientUpdate, isClientUpdate
-
-
-
-
Constructor Detail
-
CloseCQOperationContext
public CloseCQOperationContext(java.lang.String cqName, java.lang.String queryString, java.util.Set regionNames)
Deprecated.Constructor for the CLOSE_CQ operation.- Parameters:
cqName
- the name of the continuous query being closedqueryString
- the query string for this operationregionNames
- names of regions that are part of the query string
-
-
Method Detail
-
getOperationCode
public OperationContext.OperationCode getOperationCode()
Deprecated.Return the operation associated with theOperationContext
object.- Overrides:
getOperationCode
in classExecuteCQOperationContext
- Returns:
OperationCode.CLOSE_CQ
.
-
isPostOperation
public boolean isPostOperation()
Deprecated.True if the context is for post-operation.- Overrides:
isPostOperation
in classQueryOperationContext
- Returns:
- whether the context is for post-operation
-
-