ResourcePermission
instead@Deprecated public abstract class InterestOperationContext extends OperationContext
OperationContext.OperationCode
Constructor and Description |
---|
InterestOperationContext(Object key,
InterestType interestType)
Deprecated.
Constructor for the register interest operation.
|
Modifier and Type | Method and Description |
---|---|
InterestType |
getInterestType()
Deprecated.
Get the
InterestType of this register/unregister operation. |
Object |
getKey()
Deprecated.
Get the key for this register/unregister interest operation.
|
boolean |
isPostOperation()
Deprecated.
True if the context is for post-operation.
|
void |
setKey(Object key)
Deprecated.
Set the key for this register/unregister interest operation.
|
getOperationCode, isClientUpdate, isClientUpdate
public InterestOperationContext(Object key, InterestType interestType)
key
- the key or list of keys being registered/unregisteredinterestType
- the InterestType
of the register requestpublic boolean isPostOperation()
isPostOperation
in class OperationContext
public Object getKey()
public void setKey(Object key)
key
- the new keypublic InterestType getInterestType()
InterestType
of this register/unregister operation.InterestType
of this request.