anon.client.replay
Class ReplayControlChannel.MessageDistributor

java.lang.Object
  extended by java.util.Observable
      extended by anon.client.replay.ReplayControlChannel.MessageDistributor
Enclosing class:
ReplayControlChannel

private class ReplayControlChannel.MessageDistributor
extends java.util.Observable


Constructor Summary
private ReplayControlChannel.MessageDistributor()
           
 
Method Summary
 void publishException(java.lang.Exception a_exception)
           
private  void publishObject(java.lang.Object a_object)
           
 void publishTimestamps(java.util.Vector a_timestamps)
           
 
Methods inherited from class java.util.Observable
addObserver, clearChanged, countObservers, deleteObserver, deleteObservers, hasChanged, notifyObservers, notifyObservers, setChanged
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ReplayControlChannel.MessageDistributor

private ReplayControlChannel.MessageDistributor()
Method Detail

publishTimestamps

public void publishTimestamps(java.util.Vector a_timestamps)

publishException

public void publishException(java.lang.Exception a_exception)

publishObject

private void publishObject(java.lang.Object a_object)