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, setTimeoutcreate, destroy, dumpStats, getDownThread, getName, getPropertiesAsString, getStatsEnabled, getUpThread, printStats, resetStats, setObserver, setProperties, setStatsEnabled, start, stopclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitfindInitialMembers, findInitialMembersAsString, getDiscoveryRequestsSent, getInitialMembers, getPingRequests, getTimeout, setInitialMembers, setPingRequests, setTimeoutcreate, destroy, dumpStats, getDownThread, getName, getPropertiesAsString, getStatsEnabled, getUpThread, printStats, resetStats, setObserver, setProperties, setStatsEnabled, start, stoppublic MPING()
public MPING(Protocol p)
public void attachProtocol(Protocol p)
attachProtocol in class PINGpublic java.net.InetAddress getBindAddr()
getBindAddr in interface MPINGMBeanpublic void setBindAddr(java.net.InetAddress bind_addr)
setBindAddr in interface MPINGMBeanpublic boolean isBindToAllInterfaces()
isBindToAllInterfaces in interface MPINGMBeanpublic void setBindToAllInterfaces(boolean bind_to_all_interfaces)
setBindToAllInterfaces in interface MPINGMBeanpublic int getTTL()
getTTL in interface MPINGMBeanpublic void setTTL(int ip_ttl)
setTTL in interface MPINGMBeanpublic java.net.InetAddress getMcastAddr()
getMcastAddr in interface MPINGMBeanpublic void setMcastAddr(java.net.InetAddress mcast_addr)
setMcastAddr in interface MPINGMBeanpublic int getMcastPort()
getMcastPort in interface MPINGMBeanpublic void setMcastPort(int mcast_port)
setMcastPort in interface MPINGMBeanCopyright ? 1998-2006 Bela Ban. All Rights Reserved.