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 PushTaskExecutorFactory
public void dispose()
public void registerDisposable(Disposable d)
NotifyingDisposable
registerDisposable
in interface NotifyingDisposable
Copyright © 2017 JacORB. All rights reserved.