ProtocolMBean
, DiscoveryMBean
, MPINGMBean
, PINGMBean
public class MPING extends PING implements MPINGMBean
Modifier and Type | Method | 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, setTimeout
findInitialMembers, findInitialMembersAsString, getDiscoveryRequestsSent, getInitialMembers, getPingRequests, getTimeout, setInitialMembers, setPingRequests, setTimeout
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
create, destroy, dumpStats, getName, getPropertiesAsString, getStatsEnabled, printStats, resetStats, setProperties, setStatsEnabled, start, stop
create, destroy, dumpStats, getName, getPropertiesAsString, getStatsEnabled, printStats, resetStats, 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 java.util.List<java.net.NetworkInterface> getReceiveInterfaces()
getReceiveInterfaces
in interface MPINGMBean
public java.util.List<java.net.NetworkInterface> getSendInterfaces()
getSendInterfaces
in interface MPINGMBean
public boolean isReceiveOnAllInterfaces()
isReceiveOnAllInterfaces
in interface MPINGMBean
public boolean isSendOnAllInterfaces()
isSendOnAllInterfaces
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-2008 Bela Ban. All Rights Reserved.