|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectanon.client.AbstractChannel
anon.client.AbstractControlChannel
anon.client.StreamedControlChannel
anon.client.XmlControlChannel
anon.client.replay.ReplayControlChannel
public class ReplayControlChannel
Nested Class Summary | |
---|---|
private class |
ReplayControlChannel.MessageDistributor
|
Field Summary | |
---|---|
private java.lang.Object |
m_internalSynchronization
|
private ReplayControlChannel.MessageDistributor |
m_messageDistributor
|
Fields inherited from class anon.client.AbstractChannel |
---|
m_parentMultiplexer |
Constructor Summary | |
---|---|
ReplayControlChannel(Multiplexer a_multiplexer,
IServiceContainer a_serviceContainer)
|
Method Summary | |
---|---|
java.util.Observable |
getMessageDistributor()
|
protected void |
processXmlMessage(org.w3c.dom.Document a_document)
|
void |
requestTimestamps()
|
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 |
---|
private ReplayControlChannel.MessageDistributor m_messageDistributor
private java.lang.Object m_internalSynchronization
Constructor Detail |
---|
public ReplayControlChannel(Multiplexer a_multiplexer, IServiceContainer a_serviceContainer)
Method Detail |
---|
public java.util.Observable getMessageDistributor()
protected void processXmlMessage(org.w3c.dom.Document a_document)
processXmlMessage
in class XmlControlChannel
public void requestTimestamps()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |