JGAP

org.jgap.distr
Class RequestDispatcher

java.lang.Object
  extended by org.jgap.distr.RequestDispatcher

public abstract class RequestDispatcher
extends java.lang.Object


Constructor Summary
RequestDispatcher()
           
 
Method Summary
abstract  void dispatch(IWorker a_worker, WorkerCommand a_command)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

RequestDispatcher

public RequestDispatcher()
Method Detail

dispatch

public abstract void dispatch(IWorker a_worker,
                              WorkerCommand a_command)
                       throws java.io.IOException
Throws:
java.io.IOException

JGAP