org.jgroups.jmx.protocols
public class MPING extends PING implements MPINGMBean
Version: $Id: MPING.java,v 1.1 2005/06/14 10:10:10 belaban Exp $
Constructor Summary | |
---|---|
MPING() | |
MPING(Protocol p) |
Method Summary | |
---|---|
void | attachProtocol(Protocol p) |
InetAddress | getBindAddr() |
InetAddress | getMcastAddr() |
int | getMcastPort() |
int | getTTL() |
boolean | isBindToAllInterfaces() |
void | setBindAddr(InetAddress bind_addr) |
void | setBindToAllInterfaces(boolean bind_to_all_interfaces) |
void | setMcastAddr(InetAddress mcast_addr) |
void | setMcastPort(int mcast_port) |
void | setTTL(int ip_ttl) |