| Modifier and Type | Class and Description |
|---|---|
class |
AbstractEventChannel |
class |
EventChannelImpl |
class |
TypedEventChannelImpl |
| Modifier and Type | Method and Description |
|---|---|
void |
AbstractEventChannel.registerDisposable(Disposable d) |
| Modifier and Type | Interface and Description |
|---|---|
interface |
PushOperation |
interface |
PushTaskExecutor |
interface |
RetryStrategy |
interface |
TaskExecutor |
| Modifier and Type | Class and Description |
|---|---|
class |
AbstractRetryStrategy |
class |
AlwaysDisposeRetryStrategy |
class |
DefaultPushTaskExecutor |
class |
DefaultTaskExecutor |
class |
DefaultTaskProcessor |
class |
MessagePushOperation |
class |
PooledPushTaskExecutorFactory |
class |
TaskProcessorRetryStrategy |
class |
WaitRetryStrategy |
| Modifier and Type | Method and Description |
|---|---|
void |
DefaultTaskExecutor.registerDisposable(Disposable d) |
void |
DefaultTaskProcessor.registerDisposable(Disposable disposable) |
void |
PooledPushTaskExecutorFactory.registerDisposable(Disposable d) |
| Modifier and Type | Interface and Description |
|---|---|
interface |
IFilterFactoryDelegate |
| Modifier and Type | Class and Description |
|---|---|
class |
AbstractFilter
The Filter interface defines the behaviors supported by objects which encapsulate constraints
used by the proxy objects associated with an event channel in order to determine which events
they receive will be forwarded, and which will be discarded.
|
class |
DefaultFilterFactoryDelegate |
class |
MappingFilterImpl |
| Modifier and Type | Method and Description |
|---|---|
void |
FilterFactoryImpl.addDisposeHook(Disposable d) |
void |
MappingFilterImpl.registerDisposable(Disposable d) |
void |
AbstractFilter.registerDisposable(Disposable disposeHook) |
| Modifier and Type | Class and Description |
|---|---|
class |
BSHFilter
This is an example of an custom Filter plugin.
|
| Modifier and Type | Class and Description |
|---|---|
class |
ETCLFilter |
| Modifier and Type | Interface and Description |
|---|---|
interface |
GCDisposable |
interface |
IProxyPushSupplier |
interface |
JMXManageable |
interface |
Message |
interface |
NotifyingDisposable
TODO find a better name for this interface
objects implementing this interface allow other Disposables to be
registered.
|
| Modifier and Type | Method and Description |
|---|---|
void |
Controllable.addDisposeHook(Disposable d) |
void |
NotifyingDisposable.registerDisposable(Disposable disposable)
the hooks registered by this method will be run when dispose is called.
|
| Modifier and Type | Method and Description |
|---|---|
void |
AbstractProxy.registerDisposable(Disposable d) |
void |
AbstractAdmin.registerDisposable(Disposable disposable) |
| Modifier and Type | Method and Description |
|---|---|
void |
DisposableManager.addDisposable(Disposable d) |
Copyright © 2015 JacORB. All rights reserved.