Class UnregisterInterestOperationContext


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

    • UnregisterInterestOperationContext

      public UnregisterInterestOperationContext(Object key, InterestType interestType)
      Deprecated.
      Constructor for the unregister interest operation.
      Parameters:
      key - the key or list of keys being unregistered
      interestType - the InterestType of the unregister request
  • Method Details