Class StopCQOperationContext


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

    • StopCQOperationContext

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