com.infoteria.asteria.flowengine2.transaction
Class RecoveryManager.TemplateInfo

java.lang.Object
  |
  +--com.infoteria.asteria.flowengine2.transaction.RecoveryManager.TemplateInfo
Enclosing class:
com.infoteria.asteria.flowengine2.transaction.RecoveryManager

public class RecoveryManager.TemplateInfo
extends Object


Constructor Summary
TemplateInfo(List list)
           
TemplateInfo(RecoveryAction a)
           
 
Method Summary
 RecoveryAction getAction()
           
 List getList()
           
 String getName()
           
 int getRetryCount()
           
 int getRetryInterval()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

TemplateInfo

public TemplateInfo(RecoveryAction a)

TemplateInfo

public TemplateInfo(List list)
Method Detail

getList

public List getList()

getAction

public RecoveryAction getAction()

getRetryInterval

public int getRetryInterval()

getRetryCount

public int getRetryCount()

getName

public String getName()