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