#include <PortableGroup_Request_Dispatcher.h>
Inheritance diagram for PortableGroup_Request_Dispatcher:
Public Member Functions | |
virtual | ~PortableGroup_Request_Dispatcher (void) |
Destructor. | |
virtual void | dispatch (TAO_ORB_Core *orb_core, TAO_ServerRequest &request, CORBA::Object_out forward_to ACE_ENV_ARG_DECL) throw (CORBA::SystemException) |
Private Attributes | |
TAO_Portable_Group_Map | group_map_ |
Hash map containing the GroupId->ObjectKey mappings. | |
TAO_PortableGroup_Acceptor_Registry | acceptor_registry_ |
Registry for all of the group (multicast) acceptors. | |
Friends | |
class | TAO_GOA |
|
Destructor.
|
|
Dispatch a request. Reimplemented from TAO_Request_Dispatcher. |
|
|
|
Registry for all of the group (multicast) acceptors.
|
|
Hash map containing the GroupId->ObjectKey mappings.
|