org.jacorb.notification.engine
Interface RetryStrategyFactory

All Known Implementing Classes:
AlwaysDisposeRetryStrategyFactory, TaskProcessorRetryStrategyFactory, WaitRetryStrategyFactory

public interface RetryStrategyFactory

Version:
$Id: RetryStrategyFactory.java,v 1.2 2005/04/27 10:48:40 alphonse.bendt Exp $
Author:
Alphonse Bendt

Method Summary
 RetryStrategy newRetryStrategy(IProxyPushSupplier messageConsumer, PushOperation pushOperation)
           
 

Method Detail

newRetryStrategy

public RetryStrategy newRetryStrategy(IProxyPushSupplier messageConsumer,
                                      PushOperation pushOperation)