xmlBlaster 2.2.0 API

org.xmlBlaster.util
Class Execute.OutputThread

java.lang.Object
  extended by java.lang.Thread
      extended by org.xmlBlaster.util.Execute.OutputThread
All Implemented Interfaces:
java.lang.Runnable
Enclosing class:
Execute

private class Execute.OutputThread
extends java.lang.Thread

Inner class of Execute


Nested Class Summary
 
Nested classes/interfaces inherited from class java.lang.Thread
java.lang.Thread.State, java.lang.Thread.UncaughtExceptionHandler
 
Field Summary
private  java.io.BufferedReader br
           
private  boolean isReady
           
private  java.lang.StringBuffer result
           
private  long sleepDelay
           
private  boolean stopIt
           
 
Fields inherited from class java.lang.Thread
MAX_PRIORITY, MIN_PRIORITY, NORM_PRIORITY
 
Constructor Summary
Execute.OutputThread(Execute boss, java.io.BufferedReader br, java.lang.StringBuffer result, long sleepDelay)
          If the delay is less than 1 no delay is done
 
Method Summary
(package private)  boolean isReady()
           
 void run()
           
(package private)  void stopIt()
           
 
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
 

Field Detail

br

private java.io.BufferedReader br

result

private java.lang.StringBuffer result

isReady

private boolean isReady

stopIt

private boolean stopIt

sleepDelay

private long sleepDelay
Constructor Detail

Execute.OutputThread

Execute.OutputThread(Execute boss,
                     java.io.BufferedReader br,
                     java.lang.StringBuffer result,
                     long sleepDelay)
If the delay is less than 1 no delay is done

Method Detail

run

public void run()
Specified by:
run in interface java.lang.Runnable
Overrides:
run in class java.lang.Thread

stopIt

void stopIt()

isReady

boolean isReady()

xmlBlaster 2.2.0 API

Copyright © 1999-2014 The xmlBlaster.org contributers.