Save This Page
Home » slf4j-1.5.5 » org.apache » log4j » chainsaw » [javadoc | source]
org.apache.log4j.chainsaw
class: LoggingReceiver [javadoc | source]
java.lang.Object
   java.lang.Thread
      org.apache.log4j.chainsaw.LoggingReceiver

All Implemented Interfaces:
    Runnable

A daemon thread the processes connections from a org.apache.log4j.net.SocketAppender.html.
Fields inherited from java.lang.Thread:
MIN_PRIORITY,  NORM_PRIORITY,  MAX_PRIORITY
Constructor:
 LoggingReceiver(MyTableModel aModel,
    int aPort) throws IOException 
    Creates a new LoggingReceiver instance.
    Parameters:
    aModel - model to place put received into
    aPort - port to listen on
    Throws:
    IOException - if an error occurs
Method from org.apache.log4j.chainsaw.LoggingReceiver Summary:
run
Methods from 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,   run,   setContextClassLoader,   setDaemon,   setDefaultUncaughtExceptionHandler,   setName,   setPriority,   setUncaughtExceptionHandler,   sleep,   sleep,   start,   stop,   stop,   suspend,   toString,   yield
Methods from java.lang.Object:
equals,   getClass,   hashCode,   notify,   notifyAll,   toString,   wait,   wait,   wait
Method from org.apache.log4j.chainsaw.LoggingReceiver Detail:
 public  void run() 
    Listens for client connections