|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object anon.client.AbstractChannel anon.client.AbstractControlChannel anon.client.StreamedControlChannel anon.client.XmlControlChannel anon.client.TestControlChannel
public class TestControlChannel
This is the implementation for control channel test which uses the test control channel for sending a dummy XML message and receiving the echo.
Field Summary | |
---|---|
static int |
DT_DISABLE
|
static int |
DT_MAX_INTERVAL_MS
|
static int |
DT_MIN_INTERVAL_MS
|
private boolean |
m_bRun
Stores whether the internal thread shall work (true) or come to the end (false). |
private java.lang.Object |
m_internalSynchronization
|
private long |
m_interval
Stores the dummy traffic interval in milliseconds. |
private java.lang.Thread |
m_threadRunLoop
Stores the instance of the internal dummy traffic thread. |
Fields inherited from class anon.client.AbstractChannel |
---|
m_parentMultiplexer |
Constructor Summary | |
---|---|
TestControlChannel(Multiplexer a_multiplexer,
IServiceContainer a_serviceContainer)
Creates a new DummyTrafficControlChannel instance. |
Method Summary | |
---|---|
protected void |
processXmlMessage(org.w3c.dom.Document doc)
This method is called by the multiplexer, if a packet is received on the test control channel. |
void |
run()
This is the implementation for the dummy traffic thread. |
void |
setMessageInterval(int a_interval)
Changes the dummy traffic interval. |
private void |
start()
Starts the internal dummy traffic thread, if it is not already running. |
void |
stop()
Holds the internal dummy traffic thread. |
Methods inherited from class anon.client.XmlControlChannel |
---|
processMessage, sendXmlMessage |
Methods inherited from class anon.client.StreamedControlChannel |
---|
processPacketData, sendByteMessage |
Methods inherited from class anon.client.AbstractControlChannel |
---|
getServiceContainer, processReceivedPacket, sendRawMessage |
Methods inherited from class anon.client.AbstractChannel |
---|
createEmptyMixPacket, deleteChannel, isClosed, multiplexerClosed, sendPacket |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public static final int DT_MIN_INTERVAL_MS
public static final int DT_MAX_INTERVAL_MS
public static final int DT_DISABLE
private volatile boolean m_bRun
private java.lang.Thread m_threadRunLoop
private long m_interval
private java.lang.Object m_internalSynchronization
Constructor Detail |
---|
public TestControlChannel(Multiplexer a_multiplexer, IServiceContainer a_serviceContainer)
Method Detail |
---|
public void run()
run
in interface java.lang.Runnable
public void stop()
public void setMessageInterval(int a_interval)
a_interval
- The new dummy traffic interval in milliseconds or -1,
if dummy traffic shall be disabled.protected void processXmlMessage(org.w3c.dom.Document doc)
processXmlMessage
in class XmlControlChannel
a_packet
- The data within the received packet (should be random
bytes).private void start()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |