copyright The Portico Project 2008.

Package org.portico.lrc.handlers

Class Summary
CLB_Terminator This handler processes messages of type EXT_TerminateLRC.
LRCMessageHandler This class should be the parent of all LRC message handlers.
REQ_AssociateRegionHandler  
REQ_CreateRegionHandler  
REQ_DeleteObjectHandler This class handles requests to delete an object instance
REQ_DeleteRegionHandler Handles delete requests for regions.
REQ_InteractionHandler This class handles requests to send an interaction.
REQ_JoinFederationHandler This handler will process a join federation request, setting up all the relevant components of the LRC if successful.
REQ_LocalDeleteHandler Handles requests by the federate to do a local delete.
REQ_ModifyRegionHandler  
REQ_PublishInteractionHandler This handler manages interaction publish/unpublish requests.
REQ_PublishObjectHandler This handler manages object attribute publish/unpublish requests.
REQ_RegisterObjectHandler This class handles the registration of new objects.
REQ_RequestClassUpdateHandler This class handles requests to update attributes for *all* instances of a given class (and all its subclasses)
REQ_RequestUpdateHandler This class handles requests for attribute updates for a *specific object instance*
REQ_ResignHandler This class handles requests from the federate to resign from the federation.
REQ_SubscribeInteractionHandler This handler manages interaction subscribe/unsubscribe requests.
REQ_SubscribeObjectHandler This handler manages object attribute subscribe/unsubscribe requests.
REQ_SyncPointHandler Handler to process all sync point related requests.
REQ_TimeAdvanceHandler This handler currently processes all time related requests.
REQ_UpdateAttributeHandler This class handles the preprocessing of updateAttributeValues() requests to make sure they are valid before sending them to the RTI.
 


copyright The Portico Project 2008.