|
GemFire 6.0.1 | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.gemstone.gemfire.cache.operations.OperationContext
com.gemstone.gemfire.cache.operations.InterestOperationContext
public abstract class InterestOperationContext
Encapsulates registration/unregistration of interest in a region.
| Nested Class Summary |
|---|
| Nested classes/interfaces inherited from class com.gemstone.gemfire.cache.operations.OperationContext |
|---|
OperationContext.OperationCode |
| Constructor Summary | |
|---|---|
InterestOperationContext(Object key,
InterestType interestType)
Constructor for the register interest operation. |
|
| Method Summary | |
|---|---|
InterestType |
getInterestType()
Get the InterestType of this register/unregister operation. |
Object |
getKey()
Get the key for this register/unregister interest operation. |
boolean |
isPostOperation()
True if the context is for post-operation. |
void |
setKey(Object key)
Set the key for this register/unregister interest operation. |
| Methods inherited from class com.gemstone.gemfire.cache.operations.OperationContext |
|---|
getOperationCode, isClientUpdate |
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public InterestOperationContext(Object key,
InterestType interestType)
key - the key or list of keys being registered/unregisteredinterestType - the InterestType of the register request| Method Detail |
|---|
public boolean isPostOperation()
isPostOperation in class OperationContextpublic Object getKey()
public void setKey(Object key)
key - the new keypublic InterestType getInterestType()
InterestType of this register/unregister operation.
InterestType of this request.
|
GemFire 6.0.1 | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||