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
 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()


Copyright © 1998-2008 Bela Ban. All Rights Reserved.