org.eclipse.rse.dstore.universal.miners.command
Class OutputHandler
java.lang.Object
java.lang.Thread
org.eclipse.dstore.core.model.Handler
org.eclipse.rse.dstore.universal.miners.command.OutputHandler
- All Implemented Interfaces:
- Runnable
- public class OutputHandler
- extends org.eclipse.dstore.core.model.Handler
The OutputHandler class is used to listen to a particular output or error stream,
interpret that information and create DataElements for it for use on the client.
| Fields inherited from class org.eclipse.dstore.core.model.Handler |
_dataStore, _keepRunning, _waitIncrement |
| Methods inherited from class org.eclipse.dstore.core.model.Handler |
finish, getWaitTime, isFinished, notifyInput, run, setDataStore, setWaitTime |
| 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 |
OutputHandler
public OutputHandler(DataInputStream reader,
String qualifier,
boolean isTerminal,
boolean isStdError,
boolean isShell,
CommandMinerThread commandThread)
newCommand
public void newCommand()
handle
public void handle()
waitForInput
public void waitForInput()
Copyright (c) IBM Corporation and others 2000, 2006. All Rights Reserved.