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

Packages that use NotifyingDisposable
org.jacorb.notification   
org.jacorb.notification.engine   
org.jacorb.notification.filter   
org.jacorb.notification.filter.etcl   
org.jacorb.notification.interfaces   
org.jacorb.notification.servant   
 

Uses of NotifyingDisposable in org.jacorb.notification
 

Classes in org.jacorb.notification that implement NotifyingDisposable
 class AbstractEventChannel
           
 class EventChannelImpl
           
 class TypedEventChannelImpl
           
 

Uses of NotifyingDisposable in org.jacorb.notification.engine
 

Subinterfaces of NotifyingDisposable in org.jacorb.notification.engine
 interface TaskExecutor
           
 

Classes in org.jacorb.notification.engine that implement NotifyingDisposable
 class DefaultTaskExecutor
           
 class DefaultTaskProcessor
           
 class PooledPushTaskExecutorFactory
           
 

Methods in org.jacorb.notification.engine with parameters of type NotifyingDisposable
 PushTaskExecutor DirectExecutorPushTaskExecutorFactory.newExecutor(NotifyingDisposable callbackingDisposable)
           
 PushTaskExecutor PushTaskExecutorFactory.newExecutor(NotifyingDisposable callbackingDisposable)
           
 PushTaskExecutor PooledPushTaskExecutorFactory.newExecutor(NotifyingDisposable callbackingDisposable)
           
 PushTaskExecutor DefaultPushTaskExecutorFactory.newExecutor(NotifyingDisposable disposable)
           
 

Uses of NotifyingDisposable in org.jacorb.notification.filter
 

Classes in org.jacorb.notification.filter that implement NotifyingDisposable
 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 MappingFilterImpl
           
 

Uses of NotifyingDisposable in org.jacorb.notification.filter.etcl
 

Classes in org.jacorb.notification.filter.etcl that implement NotifyingDisposable
 class ETCLFilter
           
 

Uses of NotifyingDisposable in org.jacorb.notification.interfaces
 

Subinterfaces of NotifyingDisposable in org.jacorb.notification.interfaces
 interface GCDisposable
           
 interface IProxyPushSupplier
           
 interface JMXManageable
           
 

Uses of NotifyingDisposable in org.jacorb.notification.servant
 

Classes in org.jacorb.notification.servant that implement NotifyingDisposable
 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