CoherenceTM v3.3
Copyright© 2000-2007 by Oracle Corporation

com.tangosol.net
Class DatagramTest.ListenerConfig

java.lang.Object
  extended by com.tangosol.net.DatagramTest.TestConfiguration
      extended by com.tangosol.net.DatagramTest.ListenerConfig
Enclosing class:
DatagramTest

public static class DatagramTest.ListenerConfig
extends DatagramTest.TestConfiguration

Holder for Listener configuration.


Field Summary
protected  int m_cLogInterval
           
protected  String m_sLog
           
 
Fields inherited from class com.tangosol.net.DatagramTest.TestConfiguration
m_cbPacket, m_cbPayload, m_cBufferPackets, m_cProcessPacketBytes, m_cReportInterval, m_cTickInterval
 
Constructor Summary
DatagramTest.ListenerConfig()
           
 
Method Summary
 String getLog()
          Accessor for log.
 int getLogInterval()
          Accessor for LogInterval.
 void setLog(String sLog)
          Mutator for log.
 void setLogInterval(int cLogInterval)
          Mutator for LogInterval.
 String toString()
          Return a human readable description of the configuration.
 
Methods inherited from class com.tangosol.net.DatagramTest.TestConfiguration
check, getBufferPackets, getPacketSize, getPayload, getProcessPacketBytes, getReportInterval, getTickInterval, setBufferPackets, setPacketSize, setPayload, setProcessPacketBytes, setReportInterval, setTickInterval
 

Field Detail

m_sLog

protected String m_sLog

m_cLogInterval

protected int m_cLogInterval
Constructor Detail

DatagramTest.ListenerConfig

public DatagramTest.ListenerConfig()
Method Detail

toString

public String toString()
Return a human readable description of the configuration.

Overrides:
toString in class DatagramTest.TestConfiguration
Returns:
a human readable description of the configuration

getLog

public String getLog()
Accessor for log.


setLog

public void setLog(String sLog)
Mutator for log.


getLogInterval

public int getLogInterval()
Accessor for LogInterval.


setLogInterval

public void setLogInterval(int cLogInterval)
Mutator for LogInterval.


CoherenceTM v3.3
Copyright© 2000-2007 by Oracle Corporation