TAO_PortableGroup
2.0.8
|
A class that strategizes the request dispatching procedure. More...
#include <PortableGroup_Request_Dispatcher.h>
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) |
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 |
A class that strategizes the request dispatching procedure.
PortableGroup_Request_Dispatcher::~PortableGroup_Request_Dispatcher | ( | void | ) | [virtual] |
Destructor.
void PortableGroup_Request_Dispatcher::dispatch | ( | TAO_ORB_Core * | orb_core, |
TAO_ServerRequest & | request, | ||
CORBA::Object_out | forward_to | ||
) | [virtual] |
Dispatch a request.
Reimplemented from TAO_Request_Dispatcher.
friend class TAO_GOA [friend] |
Registry for all of the group (multicast) acceptors.
Hash map containing the GroupId->ObjectKey mappings.