edu.vub.at.actors.eventloops
Class EventLoop.EventProcessor

java.lang.Object
  extended byjava.lang.Thread
      extended byedu.vub.at.actors.eventloops.EventLoop.EventProcessor
All Implemented Interfaces:
java.lang.Runnable
Enclosing class:
EventLoop

public final class EventLoop.EventProcessor
extends java.lang.Thread

EventProcessor is a thread subclass whose primary goal is to keep a reference to the associated event loop, which is used to transform threads into the more manageable event loops


Field Summary
 
Fields inherited from class java.lang.Thread
MAX_PRIORITY, MIN_PRIORITY, NORM_PRIORITY
 
Constructor Summary
EventLoop.EventProcessor()
           
 
Method Summary
 void run()
           
protected  EventLoop serving()
           
 java.lang.String toString()
           
 
Methods inherited from class java.lang.Thread
activeCount, checkAccess, countStackFrames, currentThread, destroy, dumpStack, enumerate, getContextClassLoader, getName, getPriority, getThreadGroup, holdsLock, interrupt, interrupted, isAlive, isDaemon, isInterrupted, join, join, join, resume, setContextClassLoader, setDaemon, setName, setPriority, sleep, sleep, start, stop, stop, suspend, yield
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

EventLoop.EventProcessor

public EventLoop.EventProcessor()
Method Detail

serving

protected EventLoop serving()

run

public final void run()

toString

public java.lang.String toString()