|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.ow2.petals.component.framework.jbidescriptor.generated.Retrypolicy
public class Retrypolicy
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">
<sequence>
<element name="attempts" type="{http://www.w3.org/2001/XMLSchema}int"/>
<element name="delay" type="{http://www.w3.org/2001/XMLSchema}long" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Field Summary | |
|---|---|
protected int |
attempts
|
protected java.lang.Long |
delay
|
| Constructor Summary | |
|---|---|
Retrypolicy()
|
|
| Method Summary | |
|---|---|
int |
getAttempts()
Gets the value of the attempts property. |
java.lang.Long |
getDelay()
Gets the value of the delay property. |
void |
setAttempts(int value)
Sets the value of the attempts property. |
void |
setDelay(java.lang.Long 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 int attempts
protected java.lang.Long delay
| Constructor Detail |
|---|
public Retrypolicy()
| Method Detail |
|---|
public int getAttempts()
public void setAttempts(int value)
public java.lang.Long getDelay()
Longpublic void setDelay(java.lang.Long value)
value - allowed object is
Long
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||