Package org.jgroups.jmx.protocols
Interface MPINGMBean
- All Superinterfaces:
DiscoveryMBean,PINGMBean,ProtocolMBean
- All Known Implementing Classes:
MPING
- Version:
- $Id: MPINGMBean.java,v 1.2 2007/07/02 11:16:07 belaban Exp $
- Author:
- Bela Ban
-
Method Summary
Modifier and TypeMethodDescriptionintintgetTTL()booleanbooleanvoidsetBindAddr(InetAddress bind_addr) voidsetMcastAddr(InetAddress mcast_addr) voidsetMcastPort(int mcast_port) voidsetTTL(int ip_ttl) Methods inherited from interface org.jgroups.jmx.protocols.DiscoveryMBean
findInitialMembers, findInitialMembersAsString, getDiscoveryRequestsSent, getInitialMembers, getPingRequests, getTimeout, setInitialMembers, setPingRequests, setTimeoutMethods inherited from interface org.jgroups.jmx.ProtocolMBean
create, destroy, dumpStats, getName, getPropertiesAsString, getStatsEnabled, printStats, resetStats, setProperties, setStatsEnabled, start, stop
-
Method Details
-
getBindAddr
InetAddress getBindAddr() -
setBindAddr
-
isReceiveOnAllInterfaces
boolean isReceiveOnAllInterfaces() -
getReceiveInterfaces
List getReceiveInterfaces() -
isSendOnAllInterfaces
boolean isSendOnAllInterfaces() -
getSendInterfaces
List getSendInterfaces() -
getTTL
int getTTL() -
setTTL
void setTTL(int ip_ttl) -
getMcastAddr
InetAddress getMcastAddr() -
setMcastAddr
-
getMcastPort
int getMcastPort() -
setMcastPort
void setMcastPort(int mcast_port)
-