Public Member Functions |
| void | printAttributeHandleValueMap (ReflectedAttributes theAttributes) |
| void | printParameterHandleValueMap (ReceivedInteraction theParameters) |
| void | initiateFederateSave (String label) throws UnableToPerformSave, FederateInternalError |
| void | federationSaved () throws FederateInternalError |
| void | federationNotSaved () throws FederateInternalError |
| void | requestFederationRestoreSucceeded (String label) throws FederateInternalError |
| void | requestFederationRestoreFailed (String label, String reason) throws FederateInternalError |
| void | federationRestoreBegun () throws FederateInternalError |
| void | initiateFederateRestore (String label, int federateHandle) throws SpecifiedSaveLabelDoesNotExist, CouldNotRestore, FederateInternalError |
| void | federationRestored () throws FederateInternalError |
| void | federationNotRestored () throws FederateInternalError |
| void | discoverObjectInstance (int theObject, int theObjectClass, String theObjectName) throws CouldNotDiscover, ObjectClassNotKnown, FederateInternalError |
| void | reflectAttributeValues (int theObject, ReflectedAttributes theAttributes, byte[] userSuppliedTag) throws ObjectNotKnown, AttributeNotKnown, FederateOwnsAttributes, FederateInternalError |
| void | reflectAttributeValues (int theObject, ReflectedAttributes theAttributes, byte[] userSuppliedTag, LogicalTime theTime, EventRetractionHandle retractionHandle) throws ObjectNotKnown, AttributeNotKnown, FederateOwnsAttributes, InvalidFederationTime, FederateInternalError |
| void | receiveInteraction (int interactionClass, ReceivedInteraction theInteraction, byte[] userSuppliedTag) throws InteractionClassNotKnown, InteractionParameterNotKnown, FederateInternalError |
| void | receiveInteraction (int interactionClass, ReceivedInteraction theInteraction, byte[] userSuppliedTag, LogicalTime theTime, EventRetractionHandle eventRetractionHandle) throws InteractionClassNotKnown, InteractionParameterNotKnown, InvalidFederationTime, FederateInternalError |
| void | removeObjectInstance (int theObject, byte[] userSuppliedTag) throws ObjectNotKnown, FederateInternalError |
| void | removeObjectInstance (int theObject, byte[] userSuppliedTag, LogicalTime theTime, EventRetractionHandle retractionHandle) throws ObjectNotKnown, InvalidFederationTime, FederateInternalError |