SmartFrog 3.10.000

org.smartfrog.sfcore.logging
Class SFLogStdStreamImpl.StreamGobbler

java.lang.Object
  extended by java.lang.Thread
      extended by org.smartfrog.sfcore.logging.SFLogStdStreamImpl.StreamGobbler
All Implemented Interfaces:
java.lang.Runnable
Enclosing class:
SFLogStdStreamImpl

public class SFLogStdStreamImpl.StreamGobbler
extends java.lang.Thread

This class redirect InputStream to logTo.info or logTo.err (outputStream).


Nested Class Summary
 
Nested classes/interfaces inherited from class java.lang.Thread
java.lang.Thread.State, java.lang.Thread.UncaughtExceptionHandler
 
Field Summary
 
Fields inherited from class java.lang.Thread
MAX_PRIORITY, MIN_PRIORITY, NORM_PRIORITY
 
Constructor Summary
SFLogStdStreamImpl.StreamGobbler(java.io.InputStream is, java.lang.String typeS)
          Constructs StreamGobbler with the input stream and type of stream
 
Method Summary
 void run()
          Reads an inputStream and shows the content in the System.out.
 
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

SFLogStdStreamImpl.StreamGobbler

public SFLogStdStreamImpl.StreamGobbler(java.io.InputStream is,
                                        java.lang.String typeS)
Constructs StreamGobbler with the input stream and type of stream

Parameters:
is - Imput stream to gobble
typeS - Type of the stream
Method Detail

run

public void run()
Reads an inputStream and shows the content in the System.out. Overrides Thread.run.

Specified by:
run in interface java.lang.Runnable
Overrides:
run in class java.lang.Thread

SmartFrog CORE 3.10.000

(C) Copyright 1998-2006 Hewlett-Packard Development Company, LP