public class UnregisterInterestOperationContext extends InterestOperationContext
OperationContext.OperationCode.UNREGISTER_INTEREST
region operation for the pre-operation case.OperationContext.OperationCode
Constructor and Description |
---|
UnregisterInterestOperationContext(java.lang.Object key,
InterestType interestType)
Constructor for the unregister interest operation.
|
Modifier and Type | Method and Description |
---|---|
OperationContext.OperationCode |
getOperationCode()
Return the operation associated with the
OperationContext object. |
getInterestType, getKey, isPostOperation, setKey
isClientUpdate, isClientUpdate
public UnregisterInterestOperationContext(java.lang.Object key, InterestType interestType)
key
- the key or list of keys being unregisteredinterestType
- the InterestType
of the unregister requestpublic OperationContext.OperationCode getOperationCode()
OperationContext
object.getOperationCode
in class OperationContext
OperationCode.UNREGISTER_INTEREST
.