Uses of Interface
org.jacorb.notification.interfaces.Disposable

Packages that use Disposable
org.jacorb.notification   
org.jacorb.notification.engine   
org.jacorb.notification.filter   
org.jacorb.notification.filter.etcl   
org.jacorb.notification.impl   
org.jacorb.notification.interfaces   
org.jacorb.notification.servant   
org.jacorb.notification.util   
 

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
 

Classes in org.jacorb.notification.servant that implement Disposable
 class AbstractAdmin
          Abstract Baseclass for Adminobjects.
 class AbstractProxy
           
 class AbstractProxyConsumer
           
 class AbstractProxyPushSupplier
           
 class AbstractProxySupplier
          Abstract base class for ProxySuppliers.
 class AbstractSupplierAdmin
           
 class ConsumerAdminImpl
           
 class ECProxyPullConsumerImpl
           
 class ECProxyPullSupplierImpl
           
 class ECProxyPushConsumerImpl
           
 class ECProxyPushSupplierImpl
           
 class ProxyPullConsumerImpl
           
 class ProxyPullSupplierImpl
           
 class ProxyPushConsumerImpl
           
 class ProxyPushSupplierImpl
           
 class SequenceProxyPullConsumerImpl
           
 class SequenceProxyPullSupplierImpl
           
 class SequenceProxyPushConsumerImpl
           
 class SequenceProxyPushSupplierImpl
           
 class StructuredProxyPullConsumerImpl
           
 class StructuredProxyPullSupplierImpl
           
 class StructuredProxyPushConsumerImpl
           
 class StructuredProxyPushSupplierImpl
           
 class SupplierAdminImpl
           
 class TypedConsumerAdminImpl
           
 class TypedProxyPullConsumerImpl
           
 class TypedProxyPullSupplierImpl
           
 class TypedProxyPushConsumerImpl
           
 class TypedProxyPushSupplierImpl
           
 class TypedSupplierAdminImpl
           
 

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)