com.gemstone.gemfire.cache.operations
Class UnregisterInterestOperationContext
java.lang.Object
com.gemstone.gemfire.cache.operations.OperationContext
com.gemstone.gemfire.cache.operations.InterestOperationContext
com.gemstone.gemfire.cache.operations.UnregisterInterestOperationContext
public class UnregisterInterestOperationContext
- extends InterestOperationContext
Encapsulates a OperationContext.OperationCode.UNREGISTER_INTEREST
region operation for
the pre-operation case.
- Since:
- 5.5
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 © 1997-2013 VMware, Inc. All rights reserved.