|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objecthla.rti.RestoreStatus
Represents a restoration status.
| Field Summary | |
static RestoreStatus |
FEDERATE_PREPARED_TO_RESTORE
The federate is prepared to perform a restoration operation. |
static RestoreStatus |
FEDERATE_RESTORE_REQUEST_PENDING
The federate's request for a restoration operation is pending. |
static RestoreStatus |
FEDERATE_RESTORING
The federate is currently performing a restoration operation. |
static RestoreStatus |
FEDERATE_WAITING_FOR_FEDERATION_TO_RESTORE
The federate is waiting for the federation to be restored. |
static RestoreStatus |
FEDERATE_WAITING_FOR_RESTORE_TO_BEGIN
The federate is waiting for a restoration operation to begin. |
static RestoreStatus |
NO_RESTORE_IN_PROGRESS
No restoration operation is in progress. |
| Constructor Summary | |
RestoreStatus(RestoreStatus otherRestoreStatus)
Copy constructor. |
|
| Method Summary | |
boolean |
equals(java.lang.Object otherRestoreStatus)
Compares this restoration status for equality with another. |
int |
hashCode()
Computes and returns a hash code corresponding to this restoration status. |
java.lang.String |
toString()
Returns a string representation of this restoration status. |
| Methods inherited from class java.lang.Object |
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
| Field Detail |
public static final RestoreStatus NO_RESTORE_IN_PROGRESS
public static final RestoreStatus FEDERATE_RESTORE_REQUEST_PENDING
public static final RestoreStatus FEDERATE_WAITING_FOR_RESTORE_TO_BEGIN
public static final RestoreStatus FEDERATE_PREPARED_TO_RESTORE
public static final RestoreStatus FEDERATE_RESTORING
public static final RestoreStatus FEDERATE_WAITING_FOR_FEDERATION_TO_RESTORE
| Constructor Detail |
public RestoreStatus(RestoreStatus otherRestoreStatus)
otherRestoreStatus - the restoration status object to copy| Method Detail |
public boolean equals(java.lang.Object otherRestoreStatus)
true if the two restoration 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 | |||||||||