Gemfire JavaDocs
Class UnregisterInterestOperationContext
- java.lang.Object
-
- org.apache.geode.cache.operations.OperationContext
-
- org.apache.geode.cache.operations.InterestOperationContext
-
- org.apache.geode.cache.operations.UnregisterInterestOperationContext
-
@Deprecated public class UnregisterInterestOperationContext extends InterestOperationContext
Deprecated.since Geode1.0, useResourcePermission
insteadEncapsulates aOperationContext.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
Constructors Constructor Description UnregisterInterestOperationContext(java.lang.Object key, InterestType interestType)
Deprecated.Constructor for the unregister interest operation.
-
Method Summary
All Methods Instance Methods Concrete Methods Deprecated Methods Modifier and Type Method Description OperationContext.OperationCode
getOperationCode()
Deprecated.Return the operation associated with theOperationContext
object.-
Methods inherited from class org.apache.geode.cache.operations.InterestOperationContext
getInterestType, getKey, isPostOperation, setKey
-
Methods inherited from class org.apache.geode.cache.operations.OperationContext
isClientUpdate, isClientUpdate
-
-
-
-
Constructor Detail
-
UnregisterInterestOperationContext
public UnregisterInterestOperationContext(java.lang.Object key, InterestType interestType)
Deprecated.Constructor for the unregister interest operation.- Parameters:
key
- the key or list of keys being unregisteredinterestType
- theInterestType
of the unregister request
-
-
Method Detail
-
getOperationCode
public OperationContext.OperationCode getOperationCode()
Deprecated.Return the operation associated with theOperationContext
object.- Specified by:
getOperationCode
in classOperationContext
- Returns:
OperationCode.UNREGISTER_INTEREST
.
-
-