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

Packages that use IProxyPushSupplier
org.jacorb.notification.engine   
org.jacorb.notification.servant   
 

Uses of IProxyPushSupplier in org.jacorb.notification.engine
 

Fields in org.jacorb.notification.engine declared as IProxyPushSupplier
protected  IProxyPushSupplier AbstractRetryStrategy.pushSupplier_
           
 

Methods in org.jacorb.notification.engine with parameters of type IProxyPushSupplier
 RetryStrategy AlwaysDisposeRetryStrategyFactory.newRetryStrategy(IProxyPushSupplier messageConsumer, PushOperation pushOperation)
           
 RetryStrategy RetryStrategyFactory.newRetryStrategy(IProxyPushSupplier messageConsumer, PushOperation pushOperation)
           
 RetryStrategy TaskProcessorRetryStrategyFactory.newRetryStrategy(IProxyPushSupplier pushSupplier, PushOperation pushOperation)
           
 RetryStrategy WaitRetryStrategyFactory.newRetryStrategy(IProxyPushSupplier pushSupplier, PushOperation pushOperation)
           
 

Constructors in org.jacorb.notification.engine with parameters of type IProxyPushSupplier
AlwaysDisposeRetryStrategy(IProxyPushSupplier pushSupplier, PushOperation operation)
           
WaitRetryStrategy(IProxyPushSupplier pushSupplier, PushOperation pushOperation)
           
WaitRetryStrategy(IProxyPushSupplier pushSupplier, PushOperation pushOperation, long startingWaitTime, long waitTimeIncrement)
           
AbstractRetryStrategy(IProxyPushSupplier pushSupplier, PushOperation operation)
           
TaskProcessorRetryStrategy(IProxyPushSupplier pushSupplier, PushOperation pushOperation, TaskProcessor taskProcessor, long backoutInterval)
           
 

Uses of IProxyPushSupplier in org.jacorb.notification.servant
 

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