gecco.server.replaymanager
Class ReplayManager

java.lang.Object
  |
  +--gecco.server.replaymanager.ReplayManager
All Implemented Interfaces:
Runnable, SignalRunnable

public class ReplayManager
extends Object
implements SignalRunnable

ReplayManager.java Created: Tue May 20 21:08:18 2003

Author:
Hans Sandström

Field Summary
 
Fields inherited from interface gecco.util.SignalRunnable
SIGKILL, SIGNONE, SIGPAUSE, SIGQUIT, SIGRESUME
 
Constructor Summary
ReplayManager(ObjectInputStream ois)
           
ReplayManager(String s)
           
 
Method Summary
 void run()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ReplayManager

public ReplayManager(ObjectInputStream ois)

ReplayManager

public ReplayManager(String s)
Method Detail

run

public void run()
Specified by:
run in interface Runnable