org.jacorb.notification.engine
Class PooledPushTaskExecutorFactory
java.lang.Object
org.jacorb.notification.engine.PooledPushTaskExecutorFactory
- All Implemented Interfaces:
- PushTaskExecutorFactory, NotifyingDisposable, org.picocontainer.Disposable
public class PooledPushTaskExecutorFactory
- extends Object
- implements PushTaskExecutorFactory, NotifyingDisposable
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
PooledPushTaskExecutorFactory
public PooledPushTaskExecutorFactory(PushTaskExecutorFactory delegate)
newExecutor
public PushTaskExecutor newExecutor(NotifyingDisposable callbackingDisposable)
- Specified by:
newExecutor in interface PushTaskExecutorFactory
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
Copyright © 2015 JacORB. All rights reserved.