public class PooledPushTaskExecutorFactory extends Object implements PushTaskExecutorFactory, NotifyingDisposable
| Constructor and Description |
|---|
PooledPushTaskExecutorFactory(PushTaskExecutorFactory delegate) |
| Modifier and Type | Method and Description |
|---|---|
void |
dispose() |
PushTaskExecutor |
newExecutor(NotifyingDisposable callbackingDisposable) |
void |
registerDisposable(Disposable d)
the hooks registered by this method will be run when dispose is called.
|
public PooledPushTaskExecutorFactory(PushTaskExecutorFactory delegate)
public PushTaskExecutor newExecutor(NotifyingDisposable callbackingDisposable)
newExecutor in interface PushTaskExecutorFactorypublic void dispose()
dispose in interface org.picocontainer.Disposablepublic void registerDisposable(Disposable d)
NotifyingDisposableregisterDisposable in interface NotifyingDisposableCopyright © 2015 JacORB. All rights reserved.