Class CollectionManager.Cycler.Thread
java.lang.Object
java.lang.Thread
org.burningwave.core.extension.concurrent.Cycler.Thread
org.burningwave.core.extension.concurrent.CollectionManager.Cycler.Thread
- All Implemented Interfaces:
Runnable
- Enclosing class:
- CollectionManager.Cycler
public static class CollectionManager.Cycler.Thread extends Cycler.Thread
-
Nested Class Summary
Nested classes/interfaces inherited from class java.lang.Thread
Thread.State, Thread.UncaughtExceptionHandler -
Field Summary
Fields inherited from class org.burningwave.core.extension.concurrent.Cycler.Thread
continueLoop, functionFields inherited from class java.lang.Thread
MAX_PRIORITY, MIN_PRIORITY, NORM_PRIORITY -
Constructor Summary
Constructors Constructor Description Thread(Collection<CollectionManager.Cycler.Thread> threadCollection, Cycler.Runnable function, String name, int priority) -
Method Summary
Modifier and Type Method Description voidrun()Methods inherited from class org.burningwave.core.extension.concurrent.Cycler.Thread
start, terminateMethods 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, stop, suspend, toString, yield
-
Constructor Details
-
Thread
public Thread(Collection<CollectionManager.Cycler.Thread> threadCollection, Cycler.Runnable function, String name, int priority)
-
-
Method Details
-
run
public void run()- Specified by:
runin interfaceRunnable- Overrides:
runin classCycler.Thread
-