org.jacorb.notification.engine
Class TaskProcessorRetryStrategyFactory

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

public class TaskProcessorRetryStrategyFactory
extends java.lang.Object
implements RetryStrategyFactory

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

Constructor Summary
TaskProcessorRetryStrategyFactory(org.apache.avalon.framework.configuration.Configuration config, TaskProcessor taskProcessor)
           
 
Method Summary
 RetryStrategy newRetryStrategy(IProxyPushSupplier pushSupplier, PushOperation pushOperation)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

TaskProcessorRetryStrategyFactory

public TaskProcessorRetryStrategyFactory(org.apache.avalon.framework.configuration.Configuration config,
                                         TaskProcessor taskProcessor)
Method Detail

newRetryStrategy

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