org.jgroups.blocks

Interface LogicalLink.Receiver

Known Implementing Classes:
WANPIPE

public static 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)

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[] buf)

receivedHeartbeatAgain

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

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