public interface ThreadPoolRunnable
| Modifier and Type | Method and Description |
|---|---|
Object[] |
getInitData()
Called when this object is first loaded in the thread pool.
|
void |
runIt(Object[] thData)
This method will be executed in one of the pool's threads.
|
Object[] getInitData()
void runIt(Object[] thData)
Copyright © 2005–2017 Oracle Corporation. All rights reserved.