|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectextvisitor.AExtVisitorHost<java.lang.Class<? extends AStatus>,AStatus>
status.AStatus
status.FailStatus
public class FailStatus
Concrete status object that represents a failure.
| Nested Class Summary | |
|---|---|
static class |
FailStatus.LEVEL
Enumeration that distinguishes between different failure levels. |
| Field Summary | |
|---|---|
private FailStatus.LEVEL |
failLevel
The severity level of this failure. |
private java.lang.String |
msg
The failure message |
private static long |
serialVersionUID
|
private java.lang.String |
src
The machine where the failure occurred. |
| Constructor Summary | |
|---|---|
FailStatus(java.lang.String src,
java.lang.String msg,
FailStatus.LEVEL failLevel)
Constructor for the class. |
|
| Method Summary | |
|---|---|
FailStatus.LEVEL |
getLevel()
Get the severity level of the failure. |
java.lang.String |
getMsg()
Get the failure messsage |
java.lang.String |
getSrc()
Get the failure's source machine |
java.lang.String |
toString()
|
| Methods inherited from class extvisitor.AExtVisitorHost |
|---|
execute |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Field Detail |
|---|
private static final long serialVersionUID
private java.lang.String msg
private java.lang.String src
private FailStatus.LEVEL failLevel
| Constructor Detail |
|---|
public FailStatus(java.lang.String src,
java.lang.String msg,
FailStatus.LEVEL failLevel)
src - The machine where the failure occurred.msg - The failure messagefailLevel - The severity level of this failure.| Method Detail |
|---|
public java.lang.String getMsg()
public java.lang.String getSrc()
public FailStatus.LEVEL getLevel()
public java.lang.String toString()
toString in class java.lang.Object
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||