iCMS.pollerd
Class PollerdHandler

java.lang.Object
  extended by java.lang.Thread
      extended by luky.serverSimple.Handler
          extended by iCMS.pollerd.PollerdHandler
All Implemented Interfaces:
Runnable

public class PollerdHandler
extends Handler

This class is a data holder for the nodeType type data

Revision Changes :

Version:
2.0.0
Author:
Chris Lukassen
 

Nested Class Summary
 
Nested classes/interfaces inherited from class java.lang.Thread
Thread.State, Thread.UncaughtExceptionHandler
 
Field Summary
 
Fields inherited from class luky.serverSimple.Handler
in, out, parent, propsMan
 
Fields inherited from class java.lang.Thread
MAX_PRIORITY, MIN_PRIORITY, NORM_PRIORITY
 
Constructor Summary
PollerdHandler(Hashtable userData, Server parent, BufferedReader in, PrintWriter out, PropertyManager propsMan, String caller)
           
 
Method Summary
 int destroy(BufferedReader in, PrintWriter out)
           
 int handleUserCommand(BufferedReader in, PrintWriter out, String command)
           
 void myEventOccurred(MyEvent evt)
           
 
Methods inherited from class luky.serverSimple.Handler
decrypt, run
 
Methods inherited from class java.lang.Thread
activeCount, checkAccess, countStackFrames, currentThread, destroy, dumpStack, enumerate, getAllStackTraces, getContextClassLoader, getDefaultUncaughtExceptionHandler, getId, getName, getPriority, getStackTrace, getState, getThreadGroup, getUncaughtExceptionHandler, holdsLock, interrupt, interrupted, isAlive, isDaemon, isInterrupted, join, join, join, resume, setContextClassLoader, setDaemon, setDefaultUncaughtExceptionHandler, setName, setPriority, setUncaughtExceptionHandler, sleep, sleep, start, stop, stop, suspend, toString, yield
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

PollerdHandler

public PollerdHandler(Hashtable userData,
                      Server parent,
                      BufferedReader in,
                      PrintWriter out,
                      PropertyManager propsMan,
                      String caller)
Method Detail

handleUserCommand

public int handleUserCommand(BufferedReader in,
                             PrintWriter out,
                             String command)
Overrides:
handleUserCommand in class Handler

destroy

public int destroy(BufferedReader in,
                   PrintWriter out)
Overrides:
destroy in class Handler

myEventOccurred

public void myEventOccurred(MyEvent evt)