|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objecthla.rti.RestoreFailureReason
Represents a reason for failure to restore.
| Field Summary | |
static RestoreFailureReason |
FEDERATE_REPORTED_FAILURE
The federate reported a failure. |
static RestoreFailureReason |
FEDERATE_RESIGNED
The federate had resigned from the federation. |
static RestoreFailureReason |
RTI_DETECTED_FAILURE
The run-time infrastructure detected a failure. |
static RestoreFailureReason |
RTI_UNABLE_TO_RESTORE
The run-time infrastructure was unable to restore the federate. |
| Constructor Summary | |
RestoreFailureReason(RestoreFailureReason otherRestoreFailureReason)
Copy constructor. |
|
| Method Summary | |
boolean |
equals(java.lang.Object otherRestoreFailureReason)
Compares this restoration failure reason for equality with another. |
int |
hashCode()
Computes and returns a hash code corresponding to this restoration failure reason. |
java.lang.String |
toString()
Returns a string representation of this restoration failure reason. |
| Methods inherited from class java.lang.Object |
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
| Field Detail |
public static final RestoreFailureReason RTI_UNABLE_TO_RESTORE
public static final RestoreFailureReason FEDERATE_REPORTED_FAILURE
public static final RestoreFailureReason FEDERATE_RESIGNED
public static final RestoreFailureReason RTI_DETECTED_FAILURE
| Constructor Detail |
public RestoreFailureReason(RestoreFailureReason otherRestoreFailureReason)
otherRestoreFailureReason - the restoration failure reason object to copy| Method Detail |
public boolean equals(java.lang.Object otherRestoreFailureReason)
true if the two restoration failure reasons are equal,
false otherwisepublic int hashCode()
public java.lang.String toString()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||