org.jacorb.notification.engine
Interface RetryStrategy

All Superinterfaces:
org.picocontainer.Disposable
All Known Implementing Classes:
AbstractRetryStrategy, AlwaysDisposeRetryStrategy, TaskProcessorRetryStrategy, WaitRetryStrategy

public interface RetryStrategy
extends Disposable

Author:
Alphonse Bendt

Method Summary
 void retry()
           
 
Methods inherited from interface org.picocontainer.Disposable
dispose
 

Method Detail

retry

void retry()
           throws RetryException
Throws:
RetryException


Copyright © 2015 JacORB. All rights reserved.