copyright The Portico Project 2008.

Uses of Class
org.portico.shared.msg.RTI_RequestMessage

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

Uses of RTI_RequestMessage in org.portico.binding.jsop.rti
 

Methods in org.portico.binding.jsop.rti with parameters of type RTI_RequestMessage
private  com.lbf.commons.messaging.ResponseMessage JSOPActiveConnection.fireToBootstrap(RTI_RequestMessage request)
          This method will take the given request message and pass it on to the the bootstrap handler, returning the response.
private  com.lbf.commons.messaging.ResponseMessage JSOPActiveConnection.fireToFederation(RTI_RequestMessage request)
          Pass a message to the rti-request sink of the federation for processing, returning the given response.
 

Uses of RTI_RequestMessage in org.portico.core.fedex.mom
 

Methods in org.portico.core.fedex.mom with parameters of type RTI_RequestMessage
protected  com.lbf.commons.messaging.ResponseMessage MomManager.sendRequest(RTI_RequestMessage request)
          Process the given request message.
 

Uses of RTI_RequestMessage in org.portico.core.handlers
 

Methods in org.portico.core.handlers with parameters of type RTI_RequestMessage
 Federate CoreMessageHandler.getTargetFederate(RTI_RequestMessage request)
          This method will fetch the federate that sent the given request message.
 

Uses of RTI_RequestMessage in org.portico.core.msg
 

Subclasses of RTI_RequestMessage in org.portico.core.msg
 class INT_NewSubscription
          This message is a notification used internally with the RTI.
 class INT_ObjectRegistered
          This message is a notification of a new object registration.
 

Uses of RTI_RequestMessage in org.portico.impl.hla13
 

Methods in org.portico.impl.hla13 with parameters of type RTI_RequestMessage
private  com.lbf.commons.messaging.ResponseMessage DefaultJava1RTIAmbassador.processMessage(RTI_RequestMessage request)
           
private  com.lbf.commons.messaging.ResponseMessage Default13RTIAmbassador.processMessage(RTI_RequestMessage request)
           
 

Uses of RTI_RequestMessage in org.portico.impl.hla1516
 

Methods in org.portico.impl.hla1516 with parameters of type RTI_RequestMessage
private  com.lbf.commons.messaging.ResponseMessage Default1516RTIAmbassador.processMessage(RTI_RequestMessage request)
           
 

Uses of RTI_RequestMessage in org.portico.shared.msg
 

Subclasses of RTI_RequestMessage in org.portico.shared.msg
 class EXT_Terminate
          Request to force the termination of the federate identified as the target federate.
 class 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.
 class RTI_CreateFederation
          Contains information relating to a request to create a new federation.
 class RTI_CreateRegion
          Indicate to the RTI that a new RegionInstance has been created for the sending federate.
 class RTI_DeleteObject
          This message is a notification to the RTI that the object of the contained handle should be deleted.
 class RTI_DeleteRegion
          This class signals a requests to delete a region instance.
 class RTI_DestroyFederation
          This message represents a request to destroy a federation of the supplied name.
 class RTI_DisableTimeConstrained
           
 class RTI_DisableTimeRegulation
           
 class RTI_EnableTimeConstrained
           
 class RTI_EnableTimeRegulation
          This message represents a request to enable time regulation for the given federate.
 class RTI_JoinFederation
          Contains information relevant to joining a federation.
 class RTI_LocalDelete
          The given federate has informed that RTI that it basically wishes to undiscover an object instance.
 class RTI_ModifyLookahead
           
 class RTI_ModifyRegion
          This reguest type is used to inform the RTI that a RegionInstance should be modified.
 class 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.
 class RTI_PublishInteractionClass
           
 class RTI_PublishObjectClass
          This message class contains the handle of the class and the attribute handles that the target federate wishes to publish.
 class RTI_QueryGALT
           
 class RTI_RegisterObject
          This message is a notification of a request to register an object instance.
 class RTI_RequestClassUpdate
          Request the update of all instances for a given class (or its subclasses) by the federates that own the instances.
 class RTI_RequestObjectUpdate
          Request the update of the attributes for a given object instance by the federates that own them.
 class RTI_ResignFederation
          Message to RTI that a resign should occur.
 class RTI_SendInteraction
          This message represents a request to send an interaction with the given set of parameters.
 class RTI_SubscribeInteractionClass
          This message class represents an interaction subscription request.
 class RTI_SubscribeObjectClass
          This message class contains the handle of the class and the attribute handles that the target federate wishes to subscribe to.
 class RTI_SyncAchieved
          Signal to the RTI that the fedeate has achieved the sync point with the given label
 class RTI_SyncPointReg
          This message represents a request to register a sync point with the federation
 class RTI_TimeAdvanceRequest
          This message is used to convey a time advance request.
 class 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.
 class RTI_UnpublishInteractionClass
           
 class RTI_UnpublishObjectClass
           
 class RTI_UnsubscribeInteractionClass
          This message class represents an interaction unsubscription request.
 class RTI_UnsubscribeObjectClass
           
 class 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.