com.gemstone.gemfire.cache.operations
Class UnregisterInterestOperationContext
java.lang.Object
com.gemstone.gemfire.cache.operations.OperationContext
com.gemstone.gemfire.internal.cache.operations.InterestOperationContext
com.gemstone.gemfire.cache.operations.UnregisterInterestOperationContext
public class UnregisterInterestOperationContext
- extends com.gemstone.gemfire.internal.cache.operations.InterestOperationContext
Encapsulates a OperationContext.OperationCode.REGISTER_INTEREST region operation for
the pre-operation case.
- Since:
- 5.5
| Methods inherited from class com.gemstone.gemfire.internal.cache.operations.InterestOperationContext |
getInterestType, getKey, isPostOperation, setKey |
UnregisterInterestOperationContext
public UnregisterInterestOperationContext(Object key,
InterestType interestType)
- Constructor for the unregister interest operation.
- Parameters:
key - the key or list of keys being unregisteredinterestType - the InterestType of the unregister request
getOperationCode
public OperationContext.OperationCode getOperationCode()
- Return the operation associated with the
OperationContext
object.
- Specified by:
getOperationCode in class OperationContext
- Returns:
OperationCode.UNREGISTER_INTEREST.
Copyright © 2002-2008 GemStone Systems, Inc. All Rights Reserved.