org.jgroups.jmx.protocols
Interface MPINGMBean
- DiscoveryMBean, PINGMBean, ProtocolMBean
- MPING
public interface MPINGMBean
$Id: MPINGMBean.java,v 1.1 2005/06/14 10:10:10 belaban Exp $
create , destroy , dumpStats , getDownThread , getName , getPropertiesAsString , getStatsEnabled , getUpThread , isTrace , isWarn , printStats , resetStats , setObserver , setProperties , setStatsEnabled , setTrace , setWarn , start , stop |
getBindAddr
public InetAddress getBindAddr()
getMcastAddr
public InetAddress getMcastAddr()
getMcastPort
public int getMcastPort()
getTTL
public int getTTL()
isBindToAllInterfaces
public boolean isBindToAllInterfaces()
setBindAddr
public void setBindAddr(InetAddress bind_addr)
setBindToAllInterfaces
public void setBindToAllInterfaces(boolean bind_to_all_interfaces)
setMcastAddr
public void setMcastAddr(InetAddress mcast_addr)
setMcastPort
public void setMcastPort(int mcast_port)
setTTL
public void setTTL(int ip_ttl)
Copyright B) 1998-2005 Bela Ban. All Rights Reserved.