org.npsnet.xrti.proxies
Interface ReflectionInteractionListener
- All Known Implementing Classes:
- ExecutiveClientAmbassador
- public interface ReflectionInteractionListener
Autogenerated interaction listener interface.
- Author:
- org.npsnet.xrti.utilities.ProxyCompiler
|
Method Summary |
void |
receiveHLAmergeFDD(byte[] federationDescriptionDocument,
byte[] userSuppliedTag,
OrderType sentOrdering,
TransportationType theTransport)
Merges the contents of a new federation description document into the
FOM. |
receiveHLAmergeFDD
public void receiveHLAmergeFDD(byte[] federationDescriptionDocument,
byte[] userSuppliedTag,
OrderType sentOrdering,
TransportationType theTransport)
throws InteractionClassNotRecognized,
InteractionParameterNotRecognized,
InteractionClassNotSubscribed,
FederateInternalError
- Merges the contents of a new federation description document into the
FOM.
- Parameters:
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
- Throws:
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