Class RegionDestroyOperationContext


@Deprecated public class RegionDestroyOperationContext extends RegionOperationContext
Deprecated.
since Geode1.0, use ResourcePermission instead
Encapsulates a OperationContext.OperationCode.REGION_DESTROY operation for both the pre-operation and post-operation cases.
Since:
GemFire 5.5
  • Constructor Details

    • RegionDestroyOperationContext

      public RegionDestroyOperationContext(boolean postOperation)
      Deprecated.
      Constructor for the region destroy operation.
      Parameters:
      postOperation - true to set the post-operation flag
  • Method Details