copyright The Portico Project 2008.

Package org.portico.shared.msg

Class Summary
EXT_Terminate Request to force the termination of the federate identified as the target federate.
EXT_TerminateLRC This mehtod is the callback sister of EXT_Terminate.
FED_AdvanceGranted Callback to inform the target federate that it has received an advance grant to the given time
FED_CallbackMessage This class should be the parent of all request messages that are sent as federate ambassador callback methods.
FED_ConstrainedEnabled Callback to inform the target federate that time constrained has been enabled.
FED_DiscoverObject Callback to inform the target federate that a new object instance it should be interested in has been discovered.
FED_ProvideUpdate This message represents a request for the target federate to send out an update for a specific set of attributes of a specific object instance.
FED_ReceiveInteraction Callback to inform the target federate that an interaction it is subscribed to has been sent.
FED_ReflectAttributes Callback to inform the target federate that some attributes that it is interested in have had their values changed.
FED_RegulationEnabled Callback to inform the target federate that time regulation has now been enabled.
FED_RemoveObject This message is a notification that the object of the contained handle should be deleted.
FED_Synchronized Callback to inform the target federate that the federation has synchronized on the point with the provided label.
FED_SyncPointAnnounced Callback to inform the target federate that a new synchronization point with the given label has been announced.
FED_SyncPointRegResult Contains the result of a request to register a synchronization point
RTI_AssociateForUpdates This message represents a request to associate a group of attributes with a specified region so that when updates are sent out, subscribers are filtered based on those regions.
RTI_CreateFederation Contains information relating to a request to create a new federation.
RTI_CreateRegion Indicate to the RTI that a new RegionInstance has been created for the sending federate.
RTI_DeleteObject This message is a notification to the RTI that the object of the contained handle should be deleted.
RTI_DeleteRegion This class signals a requests to delete a region instance.
RTI_DestroyFederation This message represents a request to destroy a federation of the supplied name.
RTI_DisableTimeConstrained  
RTI_DisableTimeRegulation  
RTI_EnableTimeConstrained  
RTI_EnableTimeRegulation This message represents a request to enable time regulation for the given federate.
RTI_JoinFederation Contains information relevant to joining a federation.
RTI_LocalDelete The given federate has informed that RTI that it basically wishes to undiscover an object instance.
RTI_ModifyLookahead  
RTI_ModifyRegion This reguest type is used to inform the RTI that a RegionInstance should be modified.
RTI_NextEventRequest This message represents a request to advance the time of the federate to a value equal to that of the next available TSO message.
RTI_PublishInteractionClass  
RTI_PublishObjectClass This message class contains the handle of the class and the attribute handles that the target federate wishes to publish.
RTI_QueryGALT  
RTI_RegisterObject This message is a notification of a request to register an object instance.
RTI_RequestClassUpdate Request the update of all instances for a given class (or its subclasses) by the federates that own the instances.
RTI_RequestMessage This class should be the parent class of all request messages that start at the federate and are sent to the RTI.
RTI_RequestObjectUpdate Request the update of the attributes for a given object instance by the federates that own them.
RTI_ResignFederation Message to RTI that a resign should occur.
RTI_SendInteraction This message represents a request to send an interaction with the given set of parameters.
RTI_SubscribeInteractionClass This message class represents an interaction subscription request.
RTI_SubscribeObjectClass This message class contains the handle of the class and the attribute handles that the target federate wishes to subscribe to.
RTI_SyncAchieved Signal to the RTI that the fedeate has achieved the sync point with the given label
RTI_SyncPointReg This message represents a request to register a sync point with the federation
RTI_TimeAdvanceRequest This message is used to convey a time advance request.
RTI_UnassociateForUpdates This message represents a request to unassociate a given region for all the attributes of the identified object instance that are currently associated with the region.
RTI_UnpublishInteractionClass  
RTI_UnpublishObjectClass  
RTI_UnsubscribeInteractionClass This message class represents an interaction unsubscription request.
RTI_UnsubscribeObjectClass  
RTI_UpdateAttributes This message represents a request to update the values of a group of attributes contained in a specific object instance.
 


copyright The Portico Project 2008.