|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objecthla.rti.SaveStatus
Represents the status of a save operation.
| Field Summary | |
static SaveStatus |
FEDERATE_INSTRUCTED_TO_SAVE
The federate has been instructed to save. |
static SaveStatus |
FEDERATE_SAVING
The federate is saving. |
static SaveStatus |
FEDERATE_WAITING_FOR_FEDERATION_TO_SAVE
The federate is waiting for the federation to save. |
static SaveStatus |
NO_SAVE_IN_PROGRESS
No save operation is in progress. |
| Constructor Summary | |
SaveStatus(SaveStatus otherSaveStatus)
Copy constructor. |
|
| Method Summary | |
boolean |
equals(java.lang.Object otherSaveStatus)
Compares this save status for equality with another. |
int |
hashCode()
Computes and returns a hash code corresponding to this save status. |
java.lang.String |
toString()
Returns a string representation of this save status. |
| Methods inherited from class java.lang.Object |
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
| Field Detail |
public static final SaveStatus NO_SAVE_IN_PROGRESS
public static final SaveStatus FEDERATE_INSTRUCTED_TO_SAVE
public static final SaveStatus FEDERATE_SAVING
public static final SaveStatus FEDERATE_WAITING_FOR_FEDERATION_TO_SAVE
| Constructor Detail |
public SaveStatus(SaveStatus otherSaveStatus)
otherSaveStatus - the save status object to copy| Method Detail |
public boolean equals(java.lang.Object otherSaveStatus)
otherSaveStatus - the other save status
true if the two save status objects 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 | |||||||||