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.interfaces   
org.jacorb.notification.servant   
 

Uses of Disposable in org.jacorb.notification
 

Classes in org.jacorb.notification that implement Disposable
 class AbstractMessage
           
 class AnyMessage
           
 class ApplicationContext
           
 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 FilterFactoryImpl
           
 class FilterImpl
          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
           
 class MessageFactory
           
 

Uses of Disposable in org.jacorb.notification.engine
 

Classes in org.jacorb.notification.engine that implement Disposable
 class AbstractDeliverTask
           
(package private)  class org.jacorb.notification.engine.AbstractFilterTask
          Abstract Base Class for FilterTask.
 class AbstractTask
           
 class FilterConsumerAdminTask
           
 class FilterProxyConsumerTask
           
 class FilterProxySupplierTask
           
 class FilterSupplierAdminTask
           
 class PullFromSupplierTask
           
 class PushAnyOperation
           
 class PushOperation
           
 class PushSequenceOperation
           
 class PushStructuredOperation
           
 class PushToConsumerTask
           
 class RetryStrategy
           
 class TaskExecutor
           
 class TaskFactory
           
 class TaskProcessor
           
 class TaskProcessorRetryStrategy
           
 class TimerDeliverTask
           
 class WaitRetryStrategy
           
 

Uses of Disposable in org.jacorb.notification.filter
 

Classes in org.jacorb.notification.filter that implement Disposable
 class EvaluationContext
           
 

Uses of Disposable in org.jacorb.notification.interfaces
 

Subinterfaces of Disposable in org.jacorb.notification.interfaces
 interface Message
           
 interface MessageConsumer
          The interface MessageConsumer provides an abstraction of an ProxySupplier.
 interface MessageSupplier
          Abstraction of a ProxyPullConsumer.
 

Classes in org.jacorb.notification.interfaces that implement Disposable
 class AbstractPoolable
          Interface to indicate that a Object can be pooled.
 

Uses of Disposable in org.jacorb.notification.servant
 

Classes in org.jacorb.notification.servant that implement Disposable
 class AbstractProxy
           
(package private)  class org.jacorb.notification.servant.AbstractProxyConsumer
           
 class AbstractProxySupplier
          Abstract base class for ProxySuppliers.
 class ConsumerAdminTieImpl
           
 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 SupplierAdminTieImpl
           
 

Methods in org.jacorb.notification.servant with parameters of type Disposable
 void AbstractProxySupplier.setTaskExecutor(TaskExecutor executor, Disposable disposeTaskExecutor)