pyrasun.eio.handlers
Class ProcessHandler

java.lang.Object
  extended bypyrasun.eio.handlers.EIOEventHandler
      extended bypyrasun.eio.handlers.ProcessHandler

public class ProcessHandler
extends EIOEventHandler

Handler for PROCESS events


Constructor Summary
ProcessHandler()
           
ProcessHandler(EIOEventDescriptor evd, EIOWorker worker)
           
 
Method Summary
 void dispatch(Endpoint endpoint)
           
 void dispatch(ReadWriteEndpoint endpoint)
           
 
Methods inherited from class pyrasun.eio.handlers.EIOEventHandler
blockeroo, event, isDedicatedThread, setEventDescriptor, setIsDedicatedThread, setWorker
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ProcessHandler

public ProcessHandler(EIOEventDescriptor evd,
                      EIOWorker worker)

ProcessHandler

public ProcessHandler()
Method Detail

dispatch

public final void dispatch(ReadWriteEndpoint endpoint)
                    throws java.io.IOException
Specified by:
dispatch in class EIOEventHandler
Throws:
java.io.IOException

dispatch

public final void dispatch(Endpoint endpoint)
                    throws java.io.IOException
Specified by:
dispatch in class EIOEventHandler
Throws:
java.io.IOException


Pyrasun EmberIO