org.bss.esb
Class RetryPolicyInfo
java.lang.Object
org.bss.esb.RetryPolicyInfo
- All Implemented Interfaces:
- java.io.Serializable
- public class RetryPolicyInfo
- extends java.lang.Object
- implements java.io.Serializable
- See Also:
- Serialized Form
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
RetryPolicyInfo
public RetryPolicyInfo()
RetryPolicyInfo
public RetryPolicyInfo(java.lang.String name,
int maxRetries,
long retryInterval)
getName
public java.lang.String getName()
setName
public void setName(java.lang.String name)
getMaxRetries
public int getMaxRetries()
setMaxRetries
public void setMaxRetries(int maxRetries)
getRetryInterval
public long getRetryInterval()
setRetryInterval
public void setRetryInterval(long retryInterval)
Copyright © 2005 Balwinder Sodhi. All Rights Reserved.