|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
Autogenerated interaction listener interface.
| Method Summary | |
void |
receiveHLAcreateFederationExecution(java.lang.String federationExecutionName,
byte[] federationDescriptionDocument,
byte[] userSuppliedTag,
OrderType sentOrdering,
TransportationType theTransport)
Creates a federation execution. |
void |
receiveHLAdestroyFederationExecution(java.lang.String federationExecutionName,
byte[] userSuppliedTag,
OrderType sentOrdering,
TransportationType theTransport)
Destroys a federation execution. |
void |
receiveHLAjoinFederationExecution(java.lang.String federationExecutionName,
java.lang.String federateType,
long federateHandle,
byte[] userSuppliedTag,
OrderType sentOrdering,
TransportationType theTransport)
Joins a federation execution. |
| Method Detail |
public void receiveHLAcreateFederationExecution(java.lang.String federationExecutionName,
byte[] federationDescriptionDocument,
byte[] userSuppliedTag,
OrderType sentOrdering,
TransportationType theTransport)
throws InteractionClassNotRecognized,
InteractionParameterNotRecognized,
InteractionClassNotSubscribed,
FederateInternalError
federationExecutionName - The name of the execution to create.federationDescriptionDocument - The encoded federation description
document.userSuppliedTag - a user-supplied tag associated with the interactionsentOrdering - the type of ordering with which the interaction was senttheTransport - the type of transport associated with the interaction
InteractionClassNotRecognized - if the interaction class was not recognized
InteractionParameterNotRecognized - if a parameter of the interaction was not
recognized
InteractionClassNotSubscribed - if the federate had not subscribed to the
interaction class
FederateInternalError - if an error occurs in the federate
public void receiveHLAdestroyFederationExecution(java.lang.String federationExecutionName,
byte[] userSuppliedTag,
OrderType sentOrdering,
TransportationType theTransport)
throws InteractionClassNotRecognized,
InteractionParameterNotRecognized,
InteractionClassNotSubscribed,
FederateInternalError
federationExecutionName - The name of the execution to destroy.userSuppliedTag - a user-supplied tag associated with the interactionsentOrdering - the type of ordering with which the interaction was senttheTransport - the type of transport associated with the interaction
InteractionClassNotRecognized - if the interaction class was not recognized
InteractionParameterNotRecognized - if a parameter of the interaction was not
recognized
InteractionClassNotSubscribed - if the federate had not subscribed to the
interaction class
FederateInternalError - if an error occurs in the federate
public void receiveHLAjoinFederationExecution(java.lang.String federationExecutionName,
java.lang.String federateType,
long federateHandle,
byte[] userSuppliedTag,
OrderType sentOrdering,
TransportationType theTransport)
throws InteractionClassNotRecognized,
InteractionParameterNotRecognized,
InteractionClassNotSubscribed,
FederateInternalError
federationExecutionName - The name of the execution to join.federateType - The type of the joining federate.federateHandle - The handle of the joining federate.userSuppliedTag - a user-supplied tag associated with the interactionsentOrdering - the type of ordering with which the interaction was senttheTransport - the type of transport associated with the interaction
InteractionClassNotRecognized - if the interaction class was not recognized
InteractionParameterNotRecognized - if a parameter of the interaction was not
recognized
InteractionClassNotSubscribed - if the federate had not subscribed to the
interaction class
FederateInternalError - if an error occurs in the federate
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||