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() |
java.util.List<java.net.NetworkInterface> |
getReceiveInterfaces() |
java.util.List<java.net.NetworkInterface> |
getSendInterfaces() |
int |
getTTL() |
boolean |
isReceiveOnAllInterfaces() |
boolean |
isSendOnAllInterfaces() |
void |
setBindAddr(java.net.InetAddress bind_addr) |
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, getName, getPropertiesAsString, getStatsEnabled, printStats, resetStats, setProperties, setStatsEnabled, start, stopclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitfindInitialMembers, findInitialMembersAsString, getDiscoveryRequestsSent, getInitialMembers, getPingRequests, getTimeout, setInitialMembers, setPingRequests, setTimeoutcreate, destroy, dumpStats, getName, getPropertiesAsString, getStatsEnabled, printStats, resetStats, 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 java.util.List<java.net.NetworkInterface> getReceiveInterfaces()
getReceiveInterfaces in interface MPINGMBeanpublic java.util.List<java.net.NetworkInterface> getSendInterfaces()
getSendInterfaces in interface MPINGMBeanpublic boolean isReceiveOnAllInterfaces()
isReceiveOnAllInterfaces in interface MPINGMBeanpublic boolean isSendOnAllInterfaces()
isSendOnAllInterfaces 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-2008 Bela Ban. All Rights Reserved.