|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.npsnet.xrti.proxies.HLAsynchPointFederate
A particular joined federate and its synchronization point status.
| Field Summary | |
private byte[] |
HLAfederate
Encoded joined federate handle. |
private HLAsynchPointStatus |
HLAfederateSynchStatus
Synchronization status of the particular joined federate. |
| Constructor Summary | |
HLAsynchPointFederate()
Default constructor. |
|
HLAsynchPointFederate(byte[] pHLAfederate,
HLAsynchPointStatus pHLAfederateSynchStatus)
Constructor. |
|
HLAsynchPointFederate(HLAsynchPointFederate other)
Copy constructor. |
|
| Method Summary | |
static HLAsynchPointFederate |
decode(HLAEncodingInputStream hlaeis)
Reads and returns a HLAsynchPointFederate from the specified stream. |
void |
encode(HLAEncodingOutputStream hlaeos)
Writes this HLAsynchPointFederate to the specified stream. |
byte[] |
getHLAfederate()
Returns the value of the HLAfederate field. |
HLAsynchPointStatus |
getHLAfederateSynchStatus()
Returns the value of the HLAfederateSynchStatus field. |
void |
setHLAfederate(byte[] pHLAfederate)
Sets the value of the HLAfederate field. |
void |
setHLAfederateSynchStatus(HLAsynchPointStatus pHLAfederateSynchStatus)
Sets the value of the HLAfederateSynchStatus field. |
java.lang.String |
toString()
Returns a string representation of this HLAsynchPointFederate. |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Field Detail |
private byte[] HLAfederate
private HLAsynchPointStatus HLAfederateSynchStatus
| Constructor Detail |
public HLAsynchPointFederate()
public HLAsynchPointFederate(byte[] pHLAfederate,
HLAsynchPointStatus pHLAfederateSynchStatus)
pHLAfederate - the value of the HLAfederate fieldpHLAfederateSynchStatus - the value of the HLAfederateSynchStatus fieldpublic HLAsynchPointFederate(HLAsynchPointFederate other)
other - the other HLAsynchPointFederate to copy| Method Detail |
public static HLAsynchPointFederate decode(HLAEncodingInputStream hlaeis)
throws java.io.IOException
hlaeis - the input stream to read from
java.io.IOException - if an error occurs
public void encode(HLAEncodingOutputStream hlaeos)
throws java.io.IOException
hlaeos - the output stream to write to
java.io.IOException - if an error occurspublic java.lang.String toString()
public void setHLAfederate(byte[] pHLAfederate)
pHLAfederate - the new value for the fieldpublic byte[] getHLAfederate()
public void setHLAfederateSynchStatus(HLAsynchPointStatus pHLAfederateSynchStatus)
pHLAfederateSynchStatus - the new value for the fieldpublic HLAsynchPointStatus getHLAfederateSynchStatus()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||