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, stop
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods 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:
attachProtocol
in classProtocol
-
isCoord
public boolean isCoord()- Specified by:
isCoord
in interfaceSEQUENCERMBean
-
getCoordinator
- Specified by:
getCoordinator
in interfaceSEQUENCERMBean
-
getLocalAddress
- Specified by:
getLocalAddress
in interfaceSEQUENCERMBean
-
getForwarded
public long getForwarded()- Specified by:
getForwarded
in interfaceSEQUENCERMBean
-
getBroadcast
public long getBroadcast()- Specified by:
getBroadcast
in interfaceSEQUENCERMBean
-
getReceivedForwards
public long getReceivedForwards()- Specified by:
getReceivedForwards
in interfaceSEQUENCERMBean
-
getReceivedBroadcasts
public long getReceivedBroadcasts()- Specified by:
getReceivedBroadcasts
in interfaceSEQUENCERMBean
-
resetStats
public void resetStats()- Specified by:
resetStats
in interfaceProtocolMBean
- Overrides:
resetStats
in classProtocol
-
printStats
- Specified by:
printStats
in interfaceProtocolMBean
- Overrides:
printStats
in classProtocol
-
dumpStats
- Specified by:
dumpStats
in interfaceProtocolMBean
- Overrides:
dumpStats
in classProtocol
-