anon.server.impl
Class ReplayControlChannel

java.lang.Object
  extended byanon.server.impl.AbstractControlChannel
      extended byanon.server.impl.SyncControlChannel
          extended byanon.server.impl.ReplayControlChannel

public final class ReplayControlChannel
extends SyncControlChannel


Field Summary
private  IReplayCtrlChannelMsgListener m_MsgListener
           
 
Fields inherited from class anon.server.impl.SyncControlChannel
 
Fields inherited from class anon.server.impl.AbstractControlChannel
 
Constructor Summary
ReplayControlChannel()
           
 
Method Summary
(package private)  int getTimestamps()
          Sends a request for the current Replaytimestamps via the replay control channel.
 void proccessXMLMessage(org.w3c.dom.Document docMsg)
           
 void setMessageListener(IReplayCtrlChannelMsgListener theListener)
           
 
Methods inherited from class anon.server.impl.SyncControlChannel
proccessMessage, proccessMessageComplete
 
Methods inherited from class anon.server.impl.AbstractControlChannel
getID, sendXMLMessage, sendXMLMessage, setDispatcher
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

m_MsgListener

private IReplayCtrlChannelMsgListener m_MsgListener
Constructor Detail

ReplayControlChannel

public ReplayControlChannel()
Method Detail

setMessageListener

public void setMessageListener(IReplayCtrlChannelMsgListener theListener)

proccessXMLMessage

public void proccessXMLMessage(org.w3c.dom.Document docMsg)
Specified by:
proccessXMLMessage in class SyncControlChannel

getTimestamps

int getTimestamps()
Sends a request for the current Replaytimestamps via the replay control channel.

Returns:
E_SUCCESS if successful, errorcode otherwise