|
CoherenceTM v3.3 Copyright© 2000-2007 by Oracle Corporation |
|||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.tangosol.net.DatagramTest.TestConfiguration
public static class DatagramTest.TestConfiguration
Holder for Test configuration.
Field Summary | |
---|---|
protected int |
m_cbPacket
|
protected int |
m_cbPayload
|
protected int |
m_cBufferPackets
|
protected int |
m_cProcessPacketBytes
|
protected int |
m_cReportInterval
|
protected int |
m_cTickInterval
|
Constructor Summary | |
---|---|
DatagramTest.TestConfiguration()
|
Method Summary | |
---|---|
boolean |
check()
Check that the contained configuration is valid. |
int |
getBufferPackets()
Accessor for BufferPackets. |
int |
getPacketSize()
Accessor for PacketSize. |
int |
getPayload()
Accessor for Payload. |
int |
getProcessPacketBytes()
Accessor for ProcessPacketBytes. |
int |
getReportInterval()
Accessor for ReportInterval. |
int |
getTickInterval()
Accessor for TickInterval. |
void |
setBufferPackets(int cBufferPackets)
Mutator for BufferPackets |
void |
setPacketSize(int cbPacket)
Mutator for PacketSize. |
void |
setPayload(int cbPayload)
Mutator for Payload. |
void |
setProcessPacketBytes(int cProcessPacketBytes)
Mutator for ProcessPacketBytes. |
void |
setReportInterval(int cReportInterval)
Mutator for ReportInterval. |
void |
setTickInterval(int cTickInterval)
Mutator for TickInterval. |
String |
toString()
Return a human readable description of the configuration. |
Field Detail |
---|
protected int m_cReportInterval
protected int m_cTickInterval
protected int m_cbPacket
protected int m_cbPayload
protected int m_cProcessPacketBytes
protected int m_cBufferPackets
Constructor Detail |
---|
public DatagramTest.TestConfiguration()
Method Detail |
---|
public String toString()
public boolean check()
public int getReportInterval()
public void setReportInterval(int cReportInterval)
public int getTickInterval()
public void setTickInterval(int cTickInterval)
public int getPacketSize()
public void setPacketSize(int cbPacket)
public int getPayload()
public void setPayload(int cbPayload)
public int getProcessPacketBytes()
public void setProcessPacketBytes(int cProcessPacketBytes)
public int getBufferPackets()
public void setBufferPackets(int cBufferPackets)
|
CoherenceTM v3.3 Copyright© 2000-2007 by Oracle Corporation |
|||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |