Class CloseCQOperationContext


@Deprecated public class CloseCQOperationContext extends ExecuteCQOperationContext
Deprecated.
since Geode1.0, use ResourcePermission instead
Encapsulates a OperationContext.OperationCode.CLOSE_CQ operation for the pre-operation case.
Since:
GemFire 5.5
  • Constructor Details

    • CloseCQOperationContext

      public CloseCQOperationContext(String cqName, String queryString, Set regionNames)
      Deprecated.
      Constructor for the CLOSE_CQ operation.
      Parameters:
      cqName - the name of the continuous query being closed
      queryString - the query string for this operation
      regionNames - names of regions that are part of the query string
  • Method Details