Package org.jgroups.jmx.protocols
Class SEQUENCER
java.lang.Object
org.jgroups.jmx.Protocol
org.jgroups.jmx.protocols.SEQUENCER
- All Implemented Interfaces:
ProtocolMBean,SEQUENCERMBean
- Version:
- $Id: SEQUENCER.java,v 1.1 2006/01/03 14:43:43 belaban Exp $
- Author:
- Bela Ban
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class org.jgroups.jmx.Protocol
create, destroy, getName, getPropertiesAsString, getStatsEnabled, setProperties, setStatsEnabled, start, stopMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.jgroups.jmx.ProtocolMBean
create, destroy, getName, getPropertiesAsString, getStatsEnabled, setProperties, setStatsEnabled, start, stop
-
Constructor Details
-
SEQUENCER
public SEQUENCER() -
SEQUENCER
-
-
Method Details
-
attachProtocol
- Overrides:
attachProtocolin classProtocol
-
isCoord
public boolean isCoord()- Specified by:
isCoordin interfaceSEQUENCERMBean
-
getCoordinator
- Specified by:
getCoordinatorin interfaceSEQUENCERMBean
-
getLocalAddress
- Specified by:
getLocalAddressin interfaceSEQUENCERMBean
-
getForwarded
public long getForwarded()- Specified by:
getForwardedin interfaceSEQUENCERMBean
-
getBroadcast
public long getBroadcast()- Specified by:
getBroadcastin interfaceSEQUENCERMBean
-
getReceivedForwards
public long getReceivedForwards()- Specified by:
getReceivedForwardsin interfaceSEQUENCERMBean
-
getReceivedBroadcasts
public long getReceivedBroadcasts()- Specified by:
getReceivedBroadcastsin interfaceSEQUENCERMBean
-
resetStats
public void resetStats()- Specified by:
resetStatsin interfaceProtocolMBean- Overrides:
resetStatsin classProtocol
-
printStats
- Specified by:
printStatsin interfaceProtocolMBean- Overrides:
printStatsin classProtocol
-
dumpStats
- Specified by:
dumpStatsin interfaceProtocolMBean- Overrides:
dumpStatsin classProtocol
-