Package ptolemy.util.test
Class ThreadStreamExec
- java.lang.Object
-
- java.lang.Thread
-
- ptolemy.util.test.ThreadStreamExec
-
- All Implemented Interfaces:
java.lang.Runnable
public class ThreadStreamExec extends java.lang.Thread
Wrap StreamExec in a thread.- Since:
- Ptolemy II 5.2
- Version:
- $Id$
- Author:
- Christopher Brooks
- Pt.AcceptedRating:
- Red (cxh)
- Pt.ProposedRating:
- Red (cxh)
-
-
Field Summary
Fields Modifier and Type Field Description StreamExec
streamExec
The stream.
-
Constructor Summary
Constructors Constructor Description ThreadStreamExec(java.lang.String name, java.util.List args)
Consruct a ThreadStreamExec.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
run()
Start the streamExec.-
Methods inherited from class java.lang.Thread
activeCount, checkAccess, clone, countStackFrames, currentThread, dumpStack, enumerate, getAllStackTraces, getContextClassLoader, getDefaultUncaughtExceptionHandler, getId, getName, getPriority, getStackTrace, getState, getThreadGroup, getUncaughtExceptionHandler, holdsLock, interrupt, interrupted, isAlive, isDaemon, isInterrupted, join, join, join, onSpinWait, resume, setContextClassLoader, setDaemon, setDefaultUncaughtExceptionHandler, setName, setPriority, setUncaughtExceptionHandler, sleep, sleep, start, stop, suspend, toString, yield
-
-
-
-
Field Detail
-
streamExec
public StreamExec streamExec
The stream.
-
-