org.jgroups.blocks

Interface Link.Receiver

Known Implementing Classes:
LogicalLink

public static interface Link.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[] msg)
void
receivedHeartbeatAgain(InetAddress local, int local_port, InetAddress remote, int remote_port)

Method Details

linkDown

public void linkDown(InetAddress local,
                     int local_port,
                     InetAddress remote,
                     int remote_port)


linkUp

public void linkUp(InetAddress local,
                   int local_port,
                   InetAddress remote,
                   int remote_port)


missedHeartbeat

public void missedHeartbeat(InetAddress local,
                            int local_port,
                            InetAddress remote,
                            int remote_port,
                            int num_hbs)


receive

public void receive(byte[] msg)


receivedHeartbeatAgain

public void receivedHeartbeatAgain(InetAddress local,
                                   int local_port,
                                   InetAddress remote,
                                   int remote_port)


Copyright B) 2001,2002 www.jgroups.com . All Rights Reserved.