Class UnregisterInterestOperationContext
java.lang.Object
org.apache.geode.cache.operations.OperationContext
org.apache.geode.cache.operations.InterestOperationContext
org.apache.geode.cache.operations.UnregisterInterestOperationContext
Deprecated.
Encapsulates a
OperationContext.OperationCode.UNREGISTER_INTEREST
region operation for the pre-operation case.- Since:
- GemFire 5.5
-
Nested Class Summary
Nested classes/interfaces inherited from class org.apache.geode.cache.operations.OperationContext
OperationContext.OperationCode -
Constructor Summary
ConstructorsConstructorDescriptionUnregisterInterestOperationContext(Object key, InterestType interestType) Deprecated.Constructor for the unregister interest operation. -
Method Summary
Modifier and TypeMethodDescriptionDeprecated.Return the operation associated with theOperationContextobject.Methods inherited from class org.apache.geode.cache.operations.InterestOperationContext
getInterestType, getKey, isPostOperation, setKeyMethods inherited from class org.apache.geode.cache.operations.OperationContext
isClientUpdate, isClientUpdate
-
Constructor Details
-
UnregisterInterestOperationContext
Deprecated.Constructor for the unregister interest operation.- Parameters:
key- the key or list of keys being unregisteredinterestType- theInterestTypeof the unregister request
-
-
Method Details
-
getOperationCode
Deprecated.Return the operation associated with theOperationContextobject.- Specified by:
getOperationCodein classOperationContext- Returns:
OperationCode.UNREGISTER_INTEREST.
-
ResourcePermissioninstead