public static interface LogicalLink.Receiver
| Modifier and Type | Method and Description |
|---|---|
void |
linkDown(java.net.InetAddress local,
int local_port,
java.net.InetAddress remote,
int remote_port) |
void |
linkUp(java.net.InetAddress local,
int local_port,
java.net.InetAddress remote,
int remote_port) |
void |
missedHeartbeat(java.net.InetAddress local,
int local_port,
java.net.InetAddress remote,
int remote_port,
int num_hbs) |
void |
receive(byte[] buf) |
void |
receivedHeartbeatAgain(java.net.InetAddress local,
int local_port,
java.net.InetAddress remote,
int remote_port) |
void receive(byte[] buf)
void linkDown(java.net.InetAddress local,
int local_port,
java.net.InetAddress remote,
int remote_port)
void linkUp(java.net.InetAddress local,
int local_port,
java.net.InetAddress remote,
int remote_port)
void missedHeartbeat(java.net.InetAddress local,
int local_port,
java.net.InetAddress remote,
int remote_port,
int num_hbs)
void receivedHeartbeatAgain(java.net.InetAddress local,
int local_port,
java.net.InetAddress remote,
int remote_port)
Copyright ? 1998-2006 Bela Ban. All Rights Reserved.