|
GemFire 5.8 | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface ClientSession
Class ClientSession represents a client session on the server.
The methods in this class should only be invoked by server entities.
| Method Summary | |
|---|---|
boolean |
isPrimary()
Returns whether this ClientSession is primary |
void |
registerInterest(String regionName,
Object keyOfInterest,
InterestResultPolicy policy,
boolean isDurable)
Registers interest in a particular region and key |
void |
unregisterInterest(String regionName,
Object keyOfInterest,
boolean isDurable)
Unregisters interest in a particular region and key |
| Method Detail |
|---|
void registerInterest(String regionName,
Object keyOfInterest,
InterestResultPolicy policy,
boolean isDurable)
regionName - The name of the region in which to unregister interestkeyOfInterest - The key to unregister interestpolicy - The InterestResultPolicyisDurable - Whether the interest is durable
void unregisterInterest(String regionName,
Object keyOfInterest,
boolean isDurable)
regionName - The name of the region in which to unregister interestkeyOfInterest - The key to unregister interestisDurable - Whether the interest is durableboolean isPrimary()
ClientSession is primary
ClientSession is primary
|
GemFire 5.8 | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||