TAO_PortableGroup
2.2.1
|
A class that strategizes the request dispatching procedure. More...
#include <PortableGroup_Request_Dispatcher.h>
Public Member Functions | |
virtual | ~PortableGroup_Request_Dispatcher (void) |
Destructor. More... | |
virtual void | dispatch (TAO_ORB_Core *orb_core, TAO_ServerRequest &request, CORBA::Object_out forward_to) |
Public Member Functions inherited from TAO_Request_Dispatcher | |
virtual | ~TAO_Request_Dispatcher (void) |
Private Attributes | |
TAO_Portable_Group_Map | group_map_ |
Hash map containing the GroupId->ObjectKey mappings. More... | |
TAO_PortableGroup_Acceptor_Registry | acceptor_registry_ |
Registry for all of the group (multicast) acceptors. More... | |
Friends | |
class | TAO_GOA |
A class that strategizes the request dispatching procedure.
|
virtual |
Destructor.
|
virtual |
Dispatch a request.
Reimplemented from TAO_Request_Dispatcher.
|
friend |
|
private |
Registry for all of the group (multicast) acceptors.
|
private |
Hash map containing the GroupId->ObjectKey mappings.