public class MPING extends PING implements MPINGMBean
Modifier and Type | Method and Description |
---|---|
void |
attachProtocol(Protocol p) |
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) |
findInitialMembers, findInitialMembersAsString, getDiscoveryRequestsSent, getInitialMembers, getPingRequests, getTimeout, setInitialMembers, setPingRequests, setTimeout
create, destroy, dumpStats, getDownThread, getName, getPropertiesAsString, getStatsEnabled, getUpThread, printStats, resetStats, setObserver, setProperties, setStatsEnabled, start, stop
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
findInitialMembers, findInitialMembersAsString, getDiscoveryRequestsSent, getInitialMembers, getPingRequests, getTimeout, setInitialMembers, setPingRequests, setTimeout
create, destroy, dumpStats, getDownThread, getName, getPropertiesAsString, getStatsEnabled, getUpThread, printStats, resetStats, setObserver, setProperties, setStatsEnabled, start, stop
public MPING()
public MPING(Protocol p)
public void attachProtocol(Protocol p)
attachProtocol
in class PING
public java.net.InetAddress getBindAddr()
getBindAddr
in interface MPINGMBean
public void setBindAddr(java.net.InetAddress bind_addr)
setBindAddr
in interface MPINGMBean
public boolean isBindToAllInterfaces()
isBindToAllInterfaces
in interface MPINGMBean
public void setBindToAllInterfaces(boolean bind_to_all_interfaces)
setBindToAllInterfaces
in interface MPINGMBean
public int getTTL()
getTTL
in interface MPINGMBean
public void setTTL(int ip_ttl)
setTTL
in interface MPINGMBean
public java.net.InetAddress getMcastAddr()
getMcastAddr
in interface MPINGMBean
public void setMcastAddr(java.net.InetAddress mcast_addr)
setMcastAddr
in interface MPINGMBean
public int getMcastPort()
getMcastPort
in interface MPINGMBean
public void setMcastPort(int mcast_port)
setMcastPort
in interface MPINGMBean
Copyright ? 1998-2006 Bela Ban. All Rights Reserved.