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 TypeMethodDescriptionint
int
getTTL()
boolean
boolean
void
setBindAddr
(InetAddress bind_addr) void
setMcastAddr
(InetAddress mcast_addr) void
setMcastPort
(int mcast_port) void
setTTL
(int ip_ttl) Methods inherited from interface org.jgroups.jmx.protocols.DiscoveryMBean
findInitialMembers, findInitialMembersAsString, getDiscoveryRequestsSent, getInitialMembers, getPingRequests, getTimeout, setInitialMembers, setPingRequests, setTimeout
Methods 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)
-