ProtocolMBean
, FRAGMBean
public class FRAG extends Protocol implements FRAGMBean
Modifier and Type | Method | Description |
---|---|---|
void |
attachProtocol(Protocol p) |
|
int |
getFragSize() |
|
long |
getNumberOfReceivedFragments() |
|
long |
getNumberOfReceivedMessages() |
|
long |
getNumberOfSentFragments() |
|
long |
getNumberOfSentMessages() |
|
void |
setFragSize(int s) |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
create, destroy, dumpStats, getName, getPropertiesAsString, getStatsEnabled, printStats, resetStats, setProperties, setStatsEnabled, start, stop
create, destroy, dumpStats, getName, getPropertiesAsString, getStatsEnabled, printStats, resetStats, setProperties, setStatsEnabled, start, stop
public FRAG()
public FRAG(Protocol p)
public void attachProtocol(Protocol p)
attachProtocol
in class Protocol
public int getFragSize()
getFragSize
in interface FRAGMBean
public void setFragSize(int s)
setFragSize
in interface FRAGMBean
public long getNumberOfSentMessages()
getNumberOfSentMessages
in interface FRAGMBean
public long getNumberOfSentFragments()
getNumberOfSentFragments
in interface FRAGMBean
public long getNumberOfReceivedMessages()
getNumberOfReceivedMessages
in interface FRAGMBean
public long getNumberOfReceivedFragments()
getNumberOfReceivedFragments
in interface FRAGMBean
Copyright ? 1998-2008 Bela Ban. All Rights Reserved.