|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
Uses of Disposable in org.jacorb.notification |
---|
Classes in org.jacorb.notification that implement Disposable | |
class |
AbstractChannelFactory
|
class |
AbstractEventChannel
|
class |
AbstractMessage
|
class |
AnyMessage
|
class |
ChannelManager
|
class |
EventChannelFactoryImpl
EventChannelFactoryImpl is a implementation of the
EventChannelFactory interface which defines operations for creating and managing
new Notification Service style event channels. |
class |
EventChannelImpl
|
class |
StructuredEventMessage
Adapts a StructuredEvent to the Message Interface. |
class |
TypedEventChannelFactoryImpl
|
class |
TypedEventChannelImpl
|
class |
TypedEventMessage
|
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 |
AbstractFilterTask
|
class |
AbstractMessageTask
|
class |
AbstractRetryStrategy
|
class |
AbstractTask
|
class |
AlwaysDisposeRetryStrategy
|
class |
DefaultPushTaskExecutor
|
class |
DefaultTaskExecutor
|
class |
DefaultTaskFactory
|
class |
DefaultTaskProcessor
|
class |
FilterConsumerAdminTask
|
class |
FilterProxyConsumerTask
|
class |
FilterProxySupplierTask
|
class |
FilterSupplierAdminTask
|
class |
MessagePushOperation
|
class |
PooledPushTaskExecutorFactory
|
class |
PullFromSupplierTask
|
class |
TaskProcessorRetryStrategy
|
class |
WaitRetryStrategy
|
Methods in org.jacorb.notification.engine with parameters of type Disposable | |
void |
DefaultTaskExecutor.registerDisposable(Disposable d)
|
void |
PooledPushTaskExecutorFactory.registerDisposable(Disposable d)
|
void |
DefaultTaskProcessor.registerDisposable(Disposable disposable)
|
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 |
CallbackManager
|
class |
DefaultFilterFactoryDelegate
|
class |
EvaluationContext
|
class |
FilterFactoryImpl
|
class |
MappingFilterImpl
|
Methods in org.jacorb.notification.filter with parameters of type Disposable | |
void |
AbstractFilter.registerDisposable(Disposable disposeHook)
|
void |
FilterFactoryImpl.addDisposeHook(Disposable d)
|
void |
MappingFilterImpl.registerDisposable(Disposable d)
|
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.impl |
---|
Classes in org.jacorb.notification.impl that implement Disposable | |
class |
DefaultMessageFactory
|
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. as the main object is disposed, it will also invoke dispose on all registered Disposables. |
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 |
AbstractAdmin.registerDisposable(Disposable disposable)
|
void |
AbstractProxy.registerDisposable(Disposable d)
|
Uses of Disposable in org.jacorb.notification.util |
---|
Classes in org.jacorb.notification.util that implement Disposable | |
class |
AbstractPoolable
Interface to indicate that a Object can be pooled. |
class |
DisposableManager
|
Methods in org.jacorb.notification.util with parameters of type Disposable | |
void |
DisposableManager.addDisposable(Disposable d)
|
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |