copyright The Portico Project 2008.

Uses of Package
org.portico.shared.msg

Packages that use org.portico.shared.msg
org.portico.binding.jsop.rti   
org.portico.core.fedex   
org.portico.core.fedex.mom   
org.portico.core.handlers   
org.portico.core.msg   
org.portico.impl.hla13   
org.portico.impl.hla1516   
org.portico.lrc   
org.portico.lrc.handlers   
org.portico.shared.msg   
 

Classes in org.portico.shared.msg used by org.portico.binding.jsop.rti
RTI_JoinFederation
          Contains information relevant to joining a federation.
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_ResignFederation
          Message to RTI that a resign should occur.
 

Classes in org.portico.shared.msg used by org.portico.core.fedex
FED_CallbackMessage
          This class should be the parent of all request messages that are sent as federate ambassador callback methods.
 

Classes in org.portico.shared.msg used by org.portico.core.fedex.mom
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.
RTI_RequestMessage
          This class should be the parent class of all request messages that start at the federate and are sent to the RTI.
 

Classes in org.portico.shared.msg used by org.portico.core.handlers
FED_ReflectAttributes
          Callback to inform the target federate that some attributes that it is interested in have had their values changed.
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_RequestMessage
          This class should be the parent class of all request messages that start at the federate and are sent to the RTI.
RTI_SubscribeObjectClass
          This message class contains the handle of the class and the attribute handles that the target federate wishes to subscribe to.
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_UnsubscribeObjectClass
           
 

Classes in org.portico.shared.msg used by org.portico.core.msg
RTI_RequestMessage
          This class should be the parent class of all request messages that start at the federate and are sent to the RTI.
 

Classes in org.portico.shared.msg used by org.portico.impl.hla13
RTI_RequestMessage
          This class should be the parent class of all request messages that start at the federate and are sent to the RTI.
 

Classes in org.portico.shared.msg used by org.portico.impl.hla1516
RTI_RequestMessage
          This class should be the parent class of all request messages that start at the federate and are sent to the RTI.
 

Classes in org.portico.shared.msg used by org.portico.lrc
FED_CallbackMessage
          This class should be the parent of all request messages that are sent as federate ambassador callback methods.
 

Classes in org.portico.shared.msg used by org.portico.lrc.handlers
RTI_RegisterObject
          This message is a notification of a request to register an object instance.
 

Classes in org.portico.shared.msg used by org.portico.shared.msg
FED_CallbackMessage
          This class should be the parent of all request messages that are sent as federate ambassador callback methods.
RTI_RequestMessage
          This class should be the parent class of all request messages that start at the federate and are sent to the RTI.
 


copyright The Portico Project 2008.