ResourcePermission
instead@Deprecated public class UnregisterInterestOperationContext extends InterestOperationContext
OperationContext.OperationCode.UNREGISTER_INTEREST
region operation for the pre-operation case.OperationContext.OperationCode
Constructor and Description |
---|
UnregisterInterestOperationContext(Object key,
InterestType interestType)
Deprecated.
Constructor for the unregister interest operation.
|
Modifier and Type | Method and Description |
---|---|
OperationContext.OperationCode |
getOperationCode()
Deprecated.
Return the operation associated with the
OperationContext object. |
getInterestType, getKey, isPostOperation, setKey
isClientUpdate, isClientUpdate
public UnregisterInterestOperationContext(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
.