|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Uses of Disposable in org.jacorb.notification |
---|
Classes in org.jacorb.notification that implement Disposable | |
---|---|
class |
AbstractEventChannel
|
class |
EventChannelImpl
|
class |
TypedEventChannelImpl
|
Methods in org.jacorb.notification with parameters of type Disposable | |
---|---|
void |
AbstractEventChannel.registerDisposable(Disposable d)
|
Uses of Disposable in org.jacorb.notification.engine |
---|
Subinterfaces of Disposable in org.jacorb.notification.engine | |
---|---|
interface |
PushOperation
|
interface |
PushTaskExecutor
|
interface |
RetryStrategy
|
interface |
TaskExecutor
|
Classes in org.jacorb.notification.engine that implement Disposable | |
---|---|
class |
AbstractRetryStrategy
|
class |
AlwaysDisposeRetryStrategy
|
class |
DefaultPushTaskExecutor
|
class |
DefaultTaskExecutor
|
class |
DefaultTaskProcessor
|
class |
MessagePushOperation
|
class |
PooledPushTaskExecutorFactory
|
class |
TaskProcessorRetryStrategy
|
class |
WaitRetryStrategy
|
Methods in org.jacorb.notification.engine with parameters of type Disposable | |
---|---|
void |
PooledPushTaskExecutorFactory.registerDisposable(Disposable d)
|
void |
DefaultTaskProcessor.registerDisposable(Disposable disposable)
|
void |
DefaultTaskExecutor.registerDisposable(Disposable d)
|
Uses of Disposable in org.jacorb.notification.filter |
---|
Subinterfaces of Disposable in org.jacorb.notification.filter | |
---|---|
interface |
IFilterFactoryDelegate
|
Classes in org.jacorb.notification.filter that implement Disposable | |
---|---|
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
|
Methods in org.jacorb.notification.filter with parameters of type Disposable | |
---|---|
void |
FilterFactoryImpl.addDisposeHook(Disposable d)
|
void |
MappingFilterImpl.registerDisposable(Disposable d)
|
void |
AbstractFilter.registerDisposable(Disposable disposeHook)
|
Uses of Disposable in org.jacorb.notification.filter.etcl |
---|
Classes in org.jacorb.notification.filter.etcl that implement Disposable | |
---|---|
class |
ETCLFilter
|
Uses of Disposable in org.jacorb.notification.interfaces |
---|
Subinterfaces of Disposable in org.jacorb.notification.interfaces | |
---|---|
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. |
Methods in org.jacorb.notification.interfaces with parameters of type Disposable | |
---|---|
void |
Controllable.addDisposeHook(Disposable d)
|
void |
NotifyingDisposable.registerDisposable(Disposable disposable)
the hooks registered by this method will be run when dispose is called. |
Uses of Disposable in org.jacorb.notification.servant |
---|
Methods in org.jacorb.notification.servant with parameters of type Disposable | |
---|---|
void |
AbstractProxy.registerDisposable(Disposable d)
|
void |
AbstractAdmin.registerDisposable(Disposable disposable)
|
Uses of Disposable in org.jacorb.notification.util |
---|
Methods in org.jacorb.notification.util with parameters of type Disposable | |
---|---|
void |
DisposableManager.addDisposable(Disposable d)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |