Class ExecuteCQOperationContext

Direct Known Subclasses:
CloseCQOperationContext, StopCQOperationContext

@Deprecated public class ExecuteCQOperationContext extends QueryOperationContext
Deprecated.
since Geode1.0, use ResourcePermission instead
Encapsulates a continuous query registeration operation for both the pre-operation and post-operation cases.
Since:
GemFire 5.5
  • Constructor Details

    • ExecuteCQOperationContext

      public ExecuteCQOperationContext(String cqName, String queryString, Set regionNames, boolean postOperation)
      Deprecated.
      Constructor for the EXECUTE_CQ operation.
      Parameters:
      cqName - the name of the continuous query being registered
      queryString - the query string for this operation
      regionNames - names of regions that are part of the query string
      postOperation - true to set the post-operation flag
  • Method Details

    • getOperationCode

      public OperationContext.OperationCode getOperationCode()
      Deprecated.
      Return the operation associated with the OperationContext object.
      Overrides:
      getOperationCode in class QueryOperationContext
      Returns:
      the OperationCode of this operation
    • getName

      public String getName()
      Deprecated.
      Return the name of the continuous query.
      Returns:
      the name of the continuous query