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.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 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
 

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 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)