|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.npsnet.xrti.proxies.HLAsynchPointStatus
Joined federate synchronization point status.
| Field Summary | |
static HLAsynchPointStatus |
AttemptingToRegisterSynchPoint
Enumerator #1. |
static HLAsynchPointStatus |
MovingToSynchPoint
Enumerator #2. |
static HLAsynchPointStatus |
NoActivity
Enumerator #0. |
private int |
value
The value of the instance. |
static HLAsynchPointStatus |
WaitingForRestOfFederation
Enumerator #3. |
| Constructor Summary | |
|
HLAsynchPointStatus()
Default constructor (NoActivity). |
|
HLAsynchPointStatus(HLAsynchPointStatus other)
Copy constructor. |
private |
HLAsynchPointStatus(int pValue)
Private constructor. |
| Method Summary | |
static HLAsynchPointStatus |
decode(HLAEncodingInputStream hlaeis)
Reads and returns a HLAsynchPointStatus from the specified stream. |
void |
encode(HLAEncodingOutputStream hlaeos)
Writes this HLAsynchPointStatus to the specified stream. |
boolean |
equals(java.lang.Object other)
Compares this HLAsynchPointStatus for equality with another. |
int |
hashCode()
Computes and returns a hash code corresponding to this HLAsynchPointStatus. |
java.lang.String |
toString()
Returns a string representation of this HLAsynchPointStatus |
| Methods inherited from class java.lang.Object |
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
| Field Detail |
public static final HLAsynchPointStatus NoActivity
public static final HLAsynchPointStatus AttemptingToRegisterSynchPoint
public static final HLAsynchPointStatus MovingToSynchPoint
public static final HLAsynchPointStatus WaitingForRestOfFederation
private int value
| Constructor Detail |
public HLAsynchPointStatus()
public HLAsynchPointStatus(HLAsynchPointStatus other)
other - the other HLAsynchPointStatus to copyprivate HLAsynchPointStatus(int pValue)
pValue - the instance value| Method Detail |
public static HLAsynchPointStatus decode(HLAEncodingInputStream hlaeis)
throws java.io.IOException
hlaeis - the input stream to read from
java.io.IOException - if an error occurspublic boolean equals(java.lang.Object other)
other - the other HLAsynchPointStatus
true if the two enumerated types are equal,
false otherwisepublic int hashCode()
public void encode(HLAEncodingOutputStream hlaeos)
throws java.io.IOException
hlaeos - the stream to write to
java.io.IOException - if an error occurspublic java.lang.String toString()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||