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

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

Uses of CallbackingDisposable in org.jacorb.notification.engine
 

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

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

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

Uses of CallbackingDisposable in org.jacorb.notification.filter
 

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

Classes in org.jacorb.notification.filter.bsh that implement CallbackingDisposable
 class BSHFilter
           
 

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

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

Uses of CallbackingDisposable in org.jacorb.notification.interfaces
 

Subinterfaces of CallbackingDisposable in org.jacorb.notification.interfaces
 interface GCDisposable
           
 interface IProxyPushSupplier
           
 

Uses of CallbackingDisposable in org.jacorb.notification.servant
 

Classes in org.jacorb.notification.servant that implement CallbackingDisposable
 class AbstractProxyPushSupplier
           
 class ECProxyPushSupplierImpl
           
 class ProxyPushSupplierImpl
           
 class SequenceProxyPushSupplierImpl
           
 class StructuredProxyPushSupplierImpl
           
 class TypedProxyPushSupplierImpl