public interface ThreadedPoolReducer
start() method is called, and will
be alive until the terminate() method is called or until the calling application
exits.| Modifier and Type | Method and Description |
|---|---|
Thread.State |
getState()
Returns the state of the underlying thread.
|
void |
start()
Starts this pool reducer, which starts its underlying daemon thread.
|
void |
terminate()
Terminates this pool reducer, which terminates its underlying daemon thread.
|
void start()
IllegalThreadStateException - if this pool reducer is started more then onceThread.State getState()
void terminate()
Copyright © 2013-2019 vibur.org. All Rights Reserved.