org.jgroups.blocks
Interface ConnectionTable.ConnectionListener

Enclosing interface:
ConnectionTable

public static interface ConnectionTable.ConnectionListener

Used to be notified about connection establishment and teardown.


Method Summary
 void connectionClosed(Address peer_addr)
           
 void connectionOpened(Address peer_addr)
           
 

Method Detail

connectionOpened

public void connectionOpened(Address peer_addr)

connectionClosed

public void connectionClosed(Address peer_addr)


Copyright ? 1998-2005 Bela Ban. All Rights Reserved.