org.ehcache.config.xml.model
Class CacheIntegration.Writebehind.Retry

java.lang.Object
  extended by org.ehcache.config.xml.model.CacheIntegration.Writebehind.Retry
Enclosing class:
CacheIntegration.Writebehind

public static class CacheIntegration.Writebehind.Retry
extends java.lang.Object

Java class for anonymous complex type.

The following schema fragment specifies the expected content contained within this class.

 <complexType>
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <attribute name="attempts" use="required" type="{http://www.w3.org/2001/XMLSchema}positiveInteger" />
       <attribute name="delay" use="required" type="{http://www.w3.org/2001/XMLSchema}positiveInteger" />
     </restriction>
   </complexContent>
 </complexType>
 


Field Summary
protected  java.math.BigInteger attempts
           
protected  java.math.BigInteger delay
           
 
Constructor Summary
CacheIntegration.Writebehind.Retry()
           
 
Method Summary
 java.math.BigInteger getAttempts()
          Gets the value of the attempts property.
 java.math.BigInteger getDelay()
          Gets the value of the delay property.
 void setAttempts(java.math.BigInteger value)
          Sets the value of the attempts property.
 void setDelay(java.math.BigInteger value)
          Sets the value of the delay property.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

attempts

protected java.math.BigInteger attempts

delay

protected java.math.BigInteger delay
Constructor Detail

CacheIntegration.Writebehind.Retry

public CacheIntegration.Writebehind.Retry()
Method Detail

getAttempts

public java.math.BigInteger getAttempts()
Gets the value of the attempts property.

Returns:
possible object is BigInteger

setAttempts

public void setAttempts(java.math.BigInteger value)
Sets the value of the attempts property.

Parameters:
value - allowed object is BigInteger

getDelay

public java.math.BigInteger getDelay()
Gets the value of the delay property.

Returns:
possible object is BigInteger

setDelay

public void setDelay(java.math.BigInteger value)
Sets the value of the delay property.

Parameters:
value - allowed object is BigInteger