org.bss.esb
Class RetryPolicyInfo

java.lang.Object
  extended byorg.bss.esb.RetryPolicyInfo
All Implemented Interfaces:
java.io.Serializable

public class RetryPolicyInfo
extends java.lang.Object
implements java.io.Serializable

See Also:
Serialized Form

Constructor Summary
RetryPolicyInfo()
           
RetryPolicyInfo(java.lang.String name, int maxRetries, long retryInterval)
           
 
Method Summary
 int getMaxRetries()
           
 java.lang.String getName()
           
 long getRetryInterval()
           
 void setMaxRetries(int maxRetries)
           
 void setName(java.lang.String name)
           
 void setRetryInterval(long retryInterval)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

RetryPolicyInfo

public RetryPolicyInfo()

RetryPolicyInfo

public RetryPolicyInfo(java.lang.String name,
                       int maxRetries,
                       long retryInterval)
Method Detail

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.