org.jgroups.jmx.protocols
public interface MPINGMBean extends PINGMBean
Version: $Id: MPINGMBean.java,v 1.1 2005/06/14 10:10:10 belaban Exp $
Method Summary | |
---|---|
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) |