|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objecthla.rti.SynchronizationPointFailureReason
Represents the reason for the failure of a synchronization point.
| Field Summary | |
static SynchronizationPointFailureReason |
SYNCHRONIZATION_POINT_LABEL_NOT_UNIQUE
The synchronization point label is not unique. |
static SynchronizationPointFailureReason |
SYNCHRONIZATION_SET_MEMBER_NOT_JOINED
A synchronization set member is not joined. |
| Constructor Summary | |
SynchronizationPointFailureReason(SynchronizationPointFailureReason otherReason)
Copy constructor. |
|
| Method Summary | |
boolean |
equals(java.lang.Object otherReason)
Compares this synchronization point failure reason for equality with another. |
int |
hashCode()
Computes and returns a hash code corresponding to this synchronization point failure reason. |
java.lang.String |
toString()
Returns a string representation of this synchronization point failure reason. |
| Methods inherited from class java.lang.Object |
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
| Field Detail |
public static final SynchronizationPointFailureReason SYNCHRONIZATION_POINT_LABEL_NOT_UNIQUE
public static final SynchronizationPointFailureReason SYNCHRONIZATION_SET_MEMBER_NOT_JOINED
| Constructor Detail |
public SynchronizationPointFailureReason(SynchronizationPointFailureReason otherReason)
otherReason - the synchronization point failure reason object to copy| Method Detail |
public boolean equals(java.lang.Object otherReason)
otherReason - the other synchronization point failure reason
true if the two synchronization point 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 | |||||||||