org.jgroups.jmx.protocols
Interface MPINGMBean

All Superinterfaces:
DiscoveryMBean, PINGMBean, ProtocolMBean
All Known Implementing Classes:
MPING

public interface MPINGMBean
extends PINGMBean

Version:
$Id: MPINGMBean.java,v 1.1 2005/06/14 10:10:10 belaban Exp $
Author:
Bela Ban

Method Summary
 java.net.InetAddress getBindAddr()
           
 java.net.InetAddress getMcastAddr()
           
 int getMcastPort()
           
 int getTTL()
           
 boolean isBindToAllInterfaces()
           
 void setBindAddr(java.net.InetAddress bind_addr)
           
 void setBindToAllInterfaces(boolean bind_to_all_interfaces)
           
 void setMcastAddr(java.net.InetAddress mcast_addr)
           
 void setMcastPort(int mcast_port)
           
 void setTTL(int ip_ttl)
           
 
Methods inherited from interface org.jgroups.jmx.protocols.DiscoveryMBean
findInitialMembers, findInitialMembersAsString, getDiscoveryRequestsSent, getInitialMembers, getPingRequests, getTimeout, setInitialMembers, setPingRequests, setTimeout
 
Methods inherited from interface org.jgroups.jmx.ProtocolMBean
create, destroy, dumpStats, getDownThread, getName, getPropertiesAsString, getStatsEnabled, getUpThread, isTrace, isWarn, printStats, resetStats, setObserver, setProperties, setStatsEnabled, setTrace, setWarn, start, stop
 

Method Detail

getBindAddr

public java.net.InetAddress getBindAddr()

setBindAddr

public void setBindAddr(java.net.InetAddress bind_addr)

isBindToAllInterfaces

public boolean isBindToAllInterfaces()

setBindToAllInterfaces

public void setBindToAllInterfaces(boolean bind_to_all_interfaces)

getTTL

public int getTTL()

setTTL

public void setTTL(int ip_ttl)

getMcastAddr

public java.net.InetAddress getMcastAddr()

setMcastAddr

public void setMcastAddr(java.net.InetAddress mcast_addr)

getMcastPort

public int getMcastPort()

setMcastPort

public void setMcastPort(int mcast_port)


Copyright ? 1998-2005 Bela Ban. All Rights Reserved.