|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.npsnet.xrti.proxies.HLAbootstrapInteractionPayload
The payload of the bootstrap interaction.
| Field Summary | |
private long |
federationExecutionHandle
Federation execution handle. |
private long |
interactionClassHandle
Interaction class handle. |
private HLAparameterHandleValuePair[] |
parameterHandleValuePairList
List of parameter handle/value pairs. |
private HLAorderType |
sentOrdering
The type of ordering with which the interaction was sent. |
private byte[] |
theTime
The logical time associated with the interaction |
private byte[] |
userSuppliedTag
User-supplied tag associated with the interaction. |
| Constructor Summary | |
HLAbootstrapInteractionPayload()
Default constructor. |
|
HLAbootstrapInteractionPayload(HLAbootstrapInteractionPayload other)
Copy constructor. |
|
HLAbootstrapInteractionPayload(long pFederationExecutionHandle,
byte[] pUserSuppliedTag,
long pInteractionClassHandle,
HLAparameterHandleValuePair[] pParameterHandleValuePairList,
HLAorderType pSentOrdering,
byte[] pTheTime)
Constructor. |
|
| Method Summary | |
static HLAbootstrapInteractionPayload |
decode(HLAEncodingInputStream hlaeis)
Reads and returns a HLAbootstrapInteractionPayload from the specified stream. |
void |
encode(HLAEncodingOutputStream hlaeos)
Writes this HLAbootstrapInteractionPayload to the specified stream. |
long |
getFederationExecutionHandle()
Returns the value of the federationExecutionHandle field. |
long |
getInteractionClassHandle()
Returns the value of the interactionClassHandle field. |
HLAparameterHandleValuePair[] |
getParameterHandleValuePairList()
Returns the value of the parameterHandleValuePairList field. |
HLAorderType |
getSentOrdering()
Returns the value of the sentOrdering field. |
byte[] |
getTheTime()
Returns the value of the theTime field. |
byte[] |
getUserSuppliedTag()
Returns the value of the userSuppliedTag field. |
void |
setFederationExecutionHandle(long pFederationExecutionHandle)
Sets the value of the federationExecutionHandle field. |
void |
setInteractionClassHandle(long pInteractionClassHandle)
Sets the value of the interactionClassHandle field. |
void |
setParameterHandleValuePairList(HLAparameterHandleValuePair[] pParameterHandleValuePairList)
Sets the value of the parameterHandleValuePairList field. |
void |
setSentOrdering(HLAorderType pSentOrdering)
Sets the value of the sentOrdering field. |
void |
setTheTime(byte[] pTheTime)
Sets the value of the theTime field. |
void |
setUserSuppliedTag(byte[] pUserSuppliedTag)
Sets the value of the userSuppliedTag field. |
java.lang.String |
toString()
Returns a string representation of this HLAbootstrapInteractionPayload. |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Field Detail |
private long federationExecutionHandle
private byte[] userSuppliedTag
private long interactionClassHandle
private HLAparameterHandleValuePair[] parameterHandleValuePairList
private HLAorderType sentOrdering
private byte[] theTime
| Constructor Detail |
public HLAbootstrapInteractionPayload()
public HLAbootstrapInteractionPayload(long pFederationExecutionHandle,
byte[] pUserSuppliedTag,
long pInteractionClassHandle,
HLAparameterHandleValuePair[] pParameterHandleValuePairList,
HLAorderType pSentOrdering,
byte[] pTheTime)
pFederationExecutionHandle - the value of the federationExecutionHandle fieldpUserSuppliedTag - the value of the userSuppliedTag fieldpInteractionClassHandle - the value of the interactionClassHandle fieldpParameterHandleValuePairList - the value of the parameterHandleValuePairList fieldpSentOrdering - the value of the sentOrdering fieldpTheTime - the value of the theTime fieldpublic HLAbootstrapInteractionPayload(HLAbootstrapInteractionPayload other)
other - the other HLAbootstrapInteractionPayload to copy| Method Detail |
public static HLAbootstrapInteractionPayload 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 setFederationExecutionHandle(long pFederationExecutionHandle)
pFederationExecutionHandle - the new value for the fieldpublic long getFederationExecutionHandle()
public void setUserSuppliedTag(byte[] pUserSuppliedTag)
pUserSuppliedTag - the new value for the fieldpublic byte[] getUserSuppliedTag()
public void setInteractionClassHandle(long pInteractionClassHandle)
pInteractionClassHandle - the new value for the fieldpublic long getInteractionClassHandle()
public void setParameterHandleValuePairList(HLAparameterHandleValuePair[] pParameterHandleValuePairList)
pParameterHandleValuePairList - the new value for the fieldpublic HLAparameterHandleValuePair[] getParameterHandleValuePairList()
public void setSentOrdering(HLAorderType pSentOrdering)
pSentOrdering - the new value for the fieldpublic HLAorderType getSentOrdering()
public void setTheTime(byte[] pTheTime)
pTheTime - the new value for the fieldpublic byte[] getTheTime()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||