com.gemstone.gemfire.cache.util
Class RegionRoleListenerAdapter
java.lang.Object
com.gemstone.gemfire.cache.util.CacheListenerAdapter
com.gemstone.gemfire.cache.util.RegionMembershipListenerAdapter
com.gemstone.gemfire.cache.util.RegionRoleListenerAdapter
- All Implemented Interfaces:
- CacheCallback, CacheListener, RegionMembershipListener, RegionRoleListener
public abstract class RegionRoleListenerAdapter
- extends RegionMembershipListenerAdapter
- implements RegionRoleListener
Utility class that implements all methods in
RegionRoleListener with empty implementations.
Applications can subclass this class and only override the methods for
the events of interest.
- Since:
- 5.0
|
Method Summary |
void |
afterRoleGain(RoleEvent event)
Invoked when a required role has returned to the distributed system
after being absent. |
void |
afterRoleLoss(RoleEvent event)
Invoked when a required role is no longer available in the distributed
system. |
RegionRoleListenerAdapter
public RegionRoleListenerAdapter()
afterRoleGain
public void afterRoleGain(RoleEvent event)
- Description copied from interface:
RegionRoleListener
- Invoked when a required role has returned to the distributed system
after being absent.
- Specified by:
afterRoleGain in interface RegionRoleListener
- Parameters:
event - describes the member that fills the required role.
afterRoleLoss
public void afterRoleLoss(RoleEvent event)
- Description copied from interface:
RegionRoleListener
- Invoked when a required role is no longer available in the distributed
system.
- Specified by:
afterRoleLoss in interface RegionRoleListener
- Parameters:
event - describes the member that last filled the required role.
Copyright © 2002-2008 GemStone Systems, Inc. All Rights Reserved.