org.jgroups.blocks
Interface LogicalLink.Receiver
public
interface
LogicalLink.Receiver
| Method Summary |
| void | linkDown(InetAddress local, int local_port, InetAddress remote, int remote_port) |
| void | linkUp(InetAddress local, int local_port, InetAddress remote, int remote_port) |
| void | missedHeartbeat(InetAddress local, int local_port, InetAddress remote, int remote_port, int num_hbs) |
| void | receive(byte[] buf) |
| void | receivedHeartbeatAgain(InetAddress local, int local_port, InetAddress remote, int remote_port) |
public void linkDown(InetAddress local, int local_port, InetAddress remote, int remote_port)
public void linkUp(InetAddress local, int local_port, InetAddress remote, int remote_port)
public void missedHeartbeat(InetAddress local, int local_port, InetAddress remote, int remote_port, int num_hbs)
public void receive(byte[] buf)
public void receivedHeartbeatAgain(InetAddress local, int local_port, InetAddress remote, int remote_port)
Copyright ? 1998-2005 Bela Ban. All Rights Reserved.