org.jboss.cache
Class CacheImpl.MembershipListenerAdaptor

java.lang.Object
  extended by org.jboss.cache.CacheImpl.MembershipListenerAdaptor
All Implemented Interfaces:
org.jgroups.ExtendedMembershipListener, org.jgroups.MembershipListener
Enclosing class:
CacheImpl<K,V>

protected class CacheImpl.MembershipListenerAdaptor
extends java.lang.Object
implements org.jgroups.ExtendedMembershipListener


Constructor Summary
protected CacheImpl.MembershipListenerAdaptor()
           
 
Method Summary
 void block()
          Indicates that a channel has received a BLOCK event from FLUSH protocol.
 void suspect(org.jgroups.Address suspected_mbr)
          Called when a member is suspected.
 void unblock()
          Indicates that a channel has received a UNBLOCK event from FLUSH protocol.
 void viewAccepted(org.jgroups.View new_view)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CacheImpl.MembershipListenerAdaptor

protected CacheImpl.MembershipListenerAdaptor()
Method Detail

viewAccepted

public void viewAccepted(org.jgroups.View new_view)
Specified by:
viewAccepted in interface org.jgroups.MembershipListener

suspect

public void suspect(org.jgroups.Address suspected_mbr)
Called when a member is suspected.

Specified by:
suspect in interface org.jgroups.MembershipListener

block

public void block()
Indicates that a channel has received a BLOCK event from FLUSH protocol.

Specified by:
block in interface org.jgroups.MembershipListener

unblock

public void unblock()
Indicates that a channel has received a UNBLOCK event from FLUSH protocol.

Specified by:
unblock in interface org.jgroups.ExtendedMembershipListener