frysk.proc
Class Manager

java.lang.Object
  extended by frysk.proc.Manager

public class Manager
extends Object

Manager of all operations within the proc model. Come here first; there's only one manager (well at least for the moment).


Field Summary
static EventLoop eventLoop
           
static Host host
           
 
Constructor Summary
Manager()
           
 
Method Summary
static Host resetXXX()
          XXX: For testing, resets the Manager back to it's default state.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

eventLoop

public static EventLoop eventLoop

host

public static Host host
Constructor Detail

Manager

public Manager()
Method Detail

resetXXX

public static Host resetXXX()
XXX: For testing, resets the Manager back to it's default state.