| 
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.ehcache.config.xml.model.CacheIntegration.Writebehind.Retry
public static class CacheIntegration.Writebehind.Retry
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 | 
|---|
protected java.math.BigInteger attempts
protected java.math.BigInteger delay
| Constructor Detail | 
|---|
public CacheIntegration.Writebehind.Retry()
| Method Detail | 
|---|
public java.math.BigInteger getAttempts()
BigIntegerpublic void setAttempts(java.math.BigInteger value)
value - allowed object is
     BigIntegerpublic java.math.BigInteger getDelay()
BigIntegerpublic void setDelay(java.math.BigInteger value)
value - allowed object is
     BigInteger
  | 
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||