|
GemFire 7.0.1 | ||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use InterestRegistrationListener | |
---|---|
com.gemstone.gemfire.cache.server | The com.gemstone.gemfire.cache.server package provides APIs used
for the server side of client/server caching. |
Uses of InterestRegistrationListener in com.gemstone.gemfire.cache.server |
---|
Methods in com.gemstone.gemfire.cache.server that return types with arguments of type InterestRegistrationListener | |
---|---|
Set<InterestRegistrationListener> |
CacheServer.getInterestRegistrationListeners()
Returns a read-only set of InterestRegistrationListener s
registered with this notifier. |
Methods in com.gemstone.gemfire.cache.server with parameters of type InterestRegistrationListener | |
---|---|
void |
CacheServer.registerInterestRegistrationListener(InterestRegistrationListener listener)
Registers a new InterestRegistrationListener with the set of
InterestRegistrationListener s. |
void |
CacheServer.unregisterInterestRegistrationListener(InterestRegistrationListener listener)
Unregisters an existing InterestRegistrationListener from
the set of InterestRegistrationListener s. |
|
GemFire 7.0.1 | ||||||||
PREV NEXT | FRAMES NO FRAMES |