Package org.jgroups.jmx.protocols
Interface SEQUENCERMBean
-
- All Superinterfaces:
ProtocolMBean
- All Known Implementing Classes:
SEQUENCER
public interface SEQUENCERMBean extends ProtocolMBean
- Version:
- $Id: SEQUENCERMBean.java,v 1.1 2006/01/03 14:43:43 belaban Exp $
- Author:
- Bela Ban
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description long
getBroadcast()
java.lang.String
getCoordinator()
long
getForwarded()
java.lang.String
getLocalAddress()
long
getReceivedBroadcasts()
long
getReceivedForwards()
boolean
isCoord()
-
Methods inherited from interface org.jgroups.jmx.ProtocolMBean
create, destroy, dumpStats, getName, getPropertiesAsString, getStatsEnabled, printStats, resetStats, setProperties, setStatsEnabled, start, stop
-
-
-
-
Method Detail
-
isCoord
boolean isCoord()
-
getCoordinator
java.lang.String getCoordinator()
-
getLocalAddress
java.lang.String getLocalAddress()
-
getForwarded
long getForwarded()
-
getBroadcast
long getBroadcast()
-
getReceivedForwards
long getReceivedForwards()
-
getReceivedBroadcasts
long getReceivedBroadcasts()
-
-