xmlBlaster 1.6.2 API

org.xmlBlaster.util
Class Execute.OutputThread

java.lang.Object
  extended byjava.lang.Thread
      extended byorg.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


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
(package private) 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, getContextClassLoader, getName, getPriority, getThreadGroup, holdsLock, interrupt, interrupted, isAlive, isDaemon, isInterrupted, join, join, join, resume, setContextClassLoader, setDaemon, setName, setPriority, 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()

stopIt

void stopIt()

isReady

boolean isReady()

xmlBlaster 1.6.2 API

Copyright © 1999-2007 The xmlBlaster.org contributers.