org.jacorb.notification.engine
Class TaskProcessorRetryStrategy

java.lang.Object
  extended byorg.jacorb.notification.engine.RetryStrategy
      extended byorg.jacorb.notification.engine.TaskProcessorRetryStrategy
All Implemented Interfaces:
Disposable

public class TaskProcessorRetryStrategy
extends RetryStrategy

Version:
$Id: TaskProcessorRetryStrategy.java,v 1.3 2004/05/06 12:39:59 nicolas Exp $
Author:
Alphonse Bendt

Field Summary
 
Fields inherited from class org.jacorb.notification.engine.RetryStrategy
messageConsumer_, pushOperation_
 
Constructor Summary
TaskProcessorRetryStrategy(MessageConsumer mc, PushOperation op, TaskProcessor tp)
           
 
Method Summary
 long getTimeToWait()
           
 void retry()
           
 
Methods inherited from class org.jacorb.notification.engine.RetryStrategy
dispose, isFatalException, remoteExceptionOccured, shouldRetry
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

TaskProcessorRetryStrategy

public TaskProcessorRetryStrategy(MessageConsumer mc,
                                  PushOperation op,
                                  TaskProcessor tp)
Method Detail

getTimeToWait

public long getTimeToWait()
Specified by:
getTimeToWait in class RetryStrategy

retry

public void retry()
           throws RetryException
Specified by:
retry in class RetryStrategy
Throws:
RetryException