|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objecthla.rti.SaveFailureReason
Represents the reason for the failure of a save operation.
| Field Summary | |
static SaveFailureReason |
FEDERATE_REPORTED_FAILURE
The federate reported a failure. |
static SaveFailureReason |
FEDERATE_RESIGNED
The federate has resigned from the federation. |
static SaveFailureReason |
RTI_DETECTED_FAILURE
The run-time infrastructure detected a failure. |
static SaveFailureReason |
RTI_UNABLE_TO_SAVE
The run-time infrastructure was unable to save. |
static SaveFailureReason |
SAVE_TIME_CANNOT_BE_HONORED
The save time cannot be honored. |
private int |
value
The value of the instance. |
| Constructor Summary | |
private |
SaveFailureReason(int pValue)
Private constructor. |
|
SaveFailureReason(SaveFailureReason otherSaveFailureReason)
Copy constructor. |
| Method Summary | |
boolean |
equals(java.lang.Object otherSaveFailureReason)
Compares this save failure reason for equality with another. |
int |
hashCode()
Computes and returns a hash code corresponding to this save failure reason. |
java.lang.String |
toString()
Returns a string representation of this save failure reason. |
| Methods inherited from class java.lang.Object |
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
| Field Detail |
public static final SaveFailureReason RTI_UNABLE_TO_SAVE
public static final SaveFailureReason FEDERATE_REPORTED_FAILURE
public static final SaveFailureReason FEDERATE_RESIGNED
public static final SaveFailureReason RTI_DETECTED_FAILURE
public static final SaveFailureReason SAVE_TIME_CANNOT_BE_HONORED
private int value
| Constructor Detail |
public SaveFailureReason(SaveFailureReason otherSaveFailureReason)
otherSaveFailureReason - the save failure reason object to copyprivate SaveFailureReason(int pValue)
pValue - the integer value corresponding to this save failure reason| Method Detail |
public boolean equals(java.lang.Object otherSaveFailureReason)
otherSaveFailureReason - the other save failure reason
true if the two save 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 | |||||||||