org.jgroups.jmx.protocols
Class SEQUENCER

java.lang.Object
  extended by org.jgroups.jmx.Protocol
      extended by 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

Constructor Summary
SEQUENCER()
           
SEQUENCER(Protocol p)
           
 
Method Summary
 void attachProtocol(Protocol p)
           
 java.util.Map dumpStats()
           
 long getBroadcast()
           
 java.lang.String getCoordinator()
           
 long getForwarded()
           
 java.lang.String getLocalAddress()
           
 long getReceivedBroadcasts()
           
 long getReceivedForwards()
           
 boolean isCoord()
           
 java.lang.String printStats()
           
 void resetStats()
           
 
Methods inherited from class org.jgroups.jmx.Protocol
create, destroy, getDownThread, getName, getPropertiesAsString, getStatsEnabled, getUpThread, setObserver, 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, getDownThread, getName, getPropertiesAsString, getStatsEnabled, getUpThread, setObserver, setProperties, setStatsEnabled, start, stop
 

Constructor Detail

SEQUENCER

public SEQUENCER()

SEQUENCER

public SEQUENCER(Protocol p)
Method Detail

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-2006 Bela Ban. All Rights Reserved.