org.jacorb.notification.engine
Class DefaultTaskExecutor
java.lang.Object
org.jacorb.notification.engine.DefaultTaskExecutor
- All Implemented Interfaces:
- Executor, TaskExecutor, NotifyingDisposable, org.picocontainer.Disposable
public class DefaultTaskExecutor
- extends Object
- implements TaskExecutor
- Author:
- Alphonse Bendt
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
DefaultTaskExecutor
public DefaultTaskExecutor(String name,
int numberOfThreads,
boolean mayDie)
DefaultTaskExecutor
public DefaultTaskExecutor(String string,
int numberOfThreads)
dispose
public void dispose()
- Specified by:
dispose in interface org.picocontainer.Disposable
registerDisposable
public void registerDisposable(Disposable d)
- Description copied from interface:
NotifyingDisposable
- the hooks registered by this method will be run when dispose is called.
- Specified by:
registerDisposable in interface NotifyingDisposable
execute
public void execute(Runnable runnable)
- Specified by:
execute in interface Executor
Copyright © 2015 JacORB. All rights reserved.