|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.apache.avalon.framework.logger.AbstractLogEnabled
org.apache.excalibur.event.command.AbstractThreadManager
org.apache.excalibur.event.command.DefaultThreadManager
public class DefaultThreadManager
A ThreadManager that will use an external ThreadPool. This will be useful if you want to have several ThreadManagers talking to a commonly defined set of ThreadPools, such as Cornerstone's (similarly named) ThreadManager (which manages ThreadPools).
org.apache.avalon.cornerstone.services.thread.ThreadManager| Nested Class Summary |
|---|
| Nested classes/interfaces inherited from class org.apache.excalibur.event.command.AbstractThreadManager |
|---|
AbstractThreadManager.PipelineRunner |
| Field Summary |
|---|
| Fields inherited from interface org.apache.excalibur.event.command.ThreadManager |
|---|
ROLE |
| Constructor Summary | |
|---|---|
DefaultThreadManager(EDU.oswego.cs.dl.util.concurrent.Executor executor)
Create a new ThreadManager with the associated ThreadPool. |
|
| Method Summary |
|---|
| Methods inherited from class org.apache.excalibur.event.command.AbstractThreadManager |
|---|
deregister, deregisterAll, dispose, doDispose, getSleepTime, initialize, isInitialized, register, run, setExecutor, setSleepTime |
| Methods inherited from class org.apache.avalon.framework.logger.AbstractLogEnabled |
|---|
enableLogging, getLogger, setupLogger, setupLogger, setupLogger |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Methods inherited from interface org.apache.excalibur.event.command.ThreadManager |
|---|
|
| Constructor Detail |
|---|
public DefaultThreadManager(EDU.oswego.cs.dl.util.concurrent.Executor executor)
pool - The ThreadPool we will use.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||