org.jgroups.jmx.protocols
Class SEQUENCER
java.lang.Object
org.jgroups.jmx.Protocol
org.jgroups.jmx.protocols.SEQUENCER
- All Implemented Interfaces:
- ProtocolMBean, SEQUENCERMBean
public class SEQUENCER
- extends Protocol
- implements SEQUENCERMBean
- Version:
- $Id: SEQUENCER.java,v 1.1 2006/01/03 14:43:43 belaban Exp $
- Author:
- Bela Ban
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
SEQUENCER
public SEQUENCER()
SEQUENCER
public SEQUENCER(Protocol p)
attachProtocol
public void attachProtocol(Protocol p)
- Overrides:
attachProtocol
in class Protocol
isCoord
public boolean isCoord()
- Specified by:
isCoord
in interface SEQUENCERMBean
getCoordinator
public java.lang.String getCoordinator()
- Specified by:
getCoordinator
in interface SEQUENCERMBean
getLocalAddress
public java.lang.String getLocalAddress()
- Specified by:
getLocalAddress
in interface SEQUENCERMBean
getForwarded
public long getForwarded()
- Specified by:
getForwarded
in interface SEQUENCERMBean
getBroadcast
public long getBroadcast()
- Specified by:
getBroadcast
in interface SEQUENCERMBean
getReceivedForwards
public long getReceivedForwards()
- Specified by:
getReceivedForwards
in interface SEQUENCERMBean
getReceivedBroadcasts
public long getReceivedBroadcasts()
- Specified by:
getReceivedBroadcasts
in interface SEQUENCERMBean
resetStats
public void resetStats()
- Specified by:
resetStats
in interface ProtocolMBean
- Overrides:
resetStats
in class Protocol
printStats
public java.lang.String printStats()
- Specified by:
printStats
in interface ProtocolMBean
- Overrides:
printStats
in class Protocol
dumpStats
public java.util.Map dumpStats()
- Specified by:
dumpStats
in interface ProtocolMBean
- Overrides:
dumpStats
in class Protocol
Copyright ? 1998-2008 Bela Ban. All Rights Reserved.