org.jacorb.notification.engine
Class AlwaysDisposeRetryStrategyFactory

java.lang.Object
  extended byorg.jacorb.notification.engine.AlwaysDisposeRetryStrategyFactory
All Implemented Interfaces:
RetryStrategyFactory

public class AlwaysDisposeRetryStrategyFactory
extends java.lang.Object
implements RetryStrategyFactory

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

Constructor Summary
AlwaysDisposeRetryStrategyFactory()
           
 
Method Summary
 RetryStrategy newRetryStrategy(IProxyPushSupplier messageConsumer, PushOperation pushOperation)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AlwaysDisposeRetryStrategyFactory

public AlwaysDisposeRetryStrategyFactory()
Method Detail

newRetryStrategy

public RetryStrategy newRetryStrategy(IProxyPushSupplier messageConsumer,
                                      PushOperation pushOperation)
Specified by:
newRetryStrategy in interface RetryStrategyFactory