|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.Objectorg.jacorb.notification.engine.DefaultTaskExecutor
| Constructor Summary | |
DefaultTaskExecutor(java.lang.String string,
int numberOfThreads)
|
|
DefaultTaskExecutor(java.lang.String name,
int numberOfThreads,
boolean mayDie)
|
|
| Method Summary | |
void |
dispose()
|
void |
execute(java.lang.Runnable runnable)
|
void |
registerDisposable(Disposable d)
the hooks registered by this method will be run when dispose is called. |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
public DefaultTaskExecutor(java.lang.String name,
int numberOfThreads,
boolean mayDie)
public DefaultTaskExecutor(java.lang.String string,
int numberOfThreads)
| Method Detail |
public void dispose()
dispose in interface org.picocontainer.Disposablepublic void registerDisposable(Disposable d)
NotifyingDisposable
registerDisposable in interface NotifyingDisposablepublic void execute(java.lang.Runnable runnable)
execute in interface edu.emory.mathcs.backport.java.util.concurrent.Executor
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||