|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.jgroups.jmx.Protocol
org.jgroups.jmx.protocols.FRAG
public class FRAG
Constructor Summary | |
---|---|
FRAG()
|
|
FRAG(Protocol p)
|
Method Summary | |
---|---|
void |
attachProtocol(Protocol p)
|
int |
getFragSize()
|
long |
getNumberOfReceivedFragments()
|
long |
getNumberOfReceivedMessages()
|
long |
getNumberOfSentFragments()
|
long |
getNumberOfSentMessages()
|
void |
setFragSize(int s)
|
Methods inherited from class org.jgroups.jmx.Protocol |
---|
create, destroy, dumpStats, getDownThread, getName, getPropertiesAsString, getStatsEnabled, getUpThread, printStats, resetStats, 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, dumpStats, getDownThread, getName, getPropertiesAsString, getStatsEnabled, getUpThread, printStats, resetStats, setObserver, setProperties, setStatsEnabled, start, stop |
Constructor Detail |
---|
public FRAG()
public FRAG(Protocol p)
Method Detail |
---|
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
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |