|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.nortel.soa.oi.cct.types.SystemEventConnectionFailure
public class SystemEventConnectionFailure
Java class for systemEventConnectionFailure complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="systemEventConnectionFailure">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="downTimeInMillis" type="{http://www.w3.org/2001/XMLSchema}long"/>
<element name="totalFailures" type="{http://www.w3.org/2001/XMLSchema}int"/>
<element name="consecutiveFailures" type="{http://www.w3.org/2001/XMLSchema}int"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Constructor Summary | |
|---|---|
SystemEventConnectionFailure()
|
|
| Method Summary | |
|---|---|
int |
getConsecutiveFailures()
Gets the value of the consecutiveFailures property. |
long |
getDownTimeInMillis()
Gets the value of the downTimeInMillis property. |
int |
getTotalFailures()
Gets the value of the totalFailures property. |
void |
setConsecutiveFailures(int value)
Sets the value of the consecutiveFailures property. |
void |
setDownTimeInMillis(long value)
Sets the value of the downTimeInMillis property. |
void |
setTotalFailures(int value)
Sets the value of the totalFailures property. |
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public SystemEventConnectionFailure()
| Method Detail |
|---|
public long getDownTimeInMillis()
public void setDownTimeInMillis(long value)
public int getTotalFailures()
public void setTotalFailures(int value)
public int getConsecutiveFailures()
public void setConsecutiveFailures(int value)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||