javolution37.javolution.realtime
Class ConcurrentThread
- java.lang.Object
-
- java.lang.Thread
-
- javax.realtime.RealtimeThread
-
- javolution37.javolution.realtime.ConcurrentThread
-
- All Implemented Interfaces:
- java.lang.Runnable
public class ConcurrentThread extends RealtimeThread
This class represents "worker" threads employed by
ConcurrentContextto perform concurrent execution on multi-processors systems.
-
-
Constructor Summary
Constructors Constructor and Description ConcurrentThread()Default constructor.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method and Description voidrun()Overrides parent'srunmethod.voidterminate()Terminates this thread (called when holder context is disposed).java.lang.StringtoString()Overrides parent'stoStringmethod.-
Methods inherited from class javax.realtime.RealtimeThread
getCurrentMemoryArea
-
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, yield
-
-
-
-
Method Detail
-
run
public final void run()
Overrides parent'srunmethod.- Specified by:
runin interfacejava.lang.Runnable- Overrides:
runin classjava.lang.Thread
-
toString
public java.lang.String toString()
Overrides parent'stoStringmethod.- Overrides:
toStringin classjava.lang.Thread
-
terminate
public void terminate()
Terminates this thread (called when holder context is disposed).
-
-
DMelt 3.0 © DataMelt by jWork.ORG