com.retek.component.tax.impl.remote
Class TaxServiceEjb.RetryOperation

java.lang.Object
  extended bycom.retek.component.tax.impl.remote.TaxServiceEjb.RetryOperation
Enclosing class:
TaxServiceEjb

public abstract class TaxServiceEjb.RetryOperation
extends java.lang.Object

Simple internal class to encapsulate retry logic for a failed execution of the TaxEngine.


Constructor Summary
TaxServiceEjb.RetryOperation()
           
 
Method Summary
protected abstract  void doExecute()
          Class will perform execute twice if after the first time execute throws an SystemException.
 void execute()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

TaxServiceEjb.RetryOperation

public TaxServiceEjb.RetryOperation()
Method Detail

doExecute

protected abstract void doExecute()
                           throws SystemException,
                                  BusinessException
Class will perform execute twice if after the first time execute throws an SystemException.

Throws:
SystemException
BusinessException

execute

public void execute()
             throws SystemException,
                    BusinessException
Throws:
SystemException
BusinessException


Copyright © 2004 Retek Inc. All Rights Reserved. - Generated at Fri, 10/22/2004 07:28