org.jacorb.notification.engine

Class TaskProcessorRetryStrategy

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, getTimeToWait, isFatalException, remoteExceptionOccured, retry, shouldRetry

Constructor Details

TaskProcessorRetryStrategy

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

Method Details

getTimeToWait

public long getTimeToWait()
Overrides:
getTimeToWait in interface RetryStrategy


retry

public void retry()
            throws RetryException
Overrides:
retry in interface RetryStrategy