public class SEQUENCER extends Protocol implements SEQUENCERMBean
Modifier and Type | Method and Description |
---|---|
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() |
create, destroy, getName, getPropertiesAsString, getStatsEnabled, setProperties, setStatsEnabled, start, stop
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
create, destroy, getName, getPropertiesAsString, getStatsEnabled, setProperties, setStatsEnabled, start, stop
public SEQUENCER()
public SEQUENCER(Protocol p)
public void attachProtocol(Protocol p)
attachProtocol
in class Protocol
public boolean isCoord()
isCoord
in interface SEQUENCERMBean
public java.lang.String getCoordinator()
getCoordinator
in interface SEQUENCERMBean
public java.lang.String getLocalAddress()
getLocalAddress
in interface SEQUENCERMBean
public long getForwarded()
getForwarded
in interface SEQUENCERMBean
public long getBroadcast()
getBroadcast
in interface SEQUENCERMBean
public long getReceivedForwards()
getReceivedForwards
in interface SEQUENCERMBean
public long getReceivedBroadcasts()
getReceivedBroadcasts
in interface SEQUENCERMBean
public void resetStats()
resetStats
in interface ProtocolMBean
resetStats
in class Protocol
public java.lang.String printStats()
printStats
in interface ProtocolMBean
printStats
in class Protocol
public java.util.Map dumpStats()
dumpStats
in interface ProtocolMBean
dumpStats
in class Protocol
Copyright ? 1998-2008 Bela Ban. All Rights Reserved.