#include "ace/Service_Object.h"
#include "tao/Basic_Types.h"
Include dependency graph for Server_Strategy_Factory.h:
This graph shows which files directly or indirectly include this file:
Go to the source code of this file.
Classes | |
class | TAO_Server_Strategy_Factory |
Base class for the server's abstract factory that manufactures various strategies of special utility to it. This simply serves as an interface to a subclass that REALLY gets specified and loaded by the Service Configurator. More... | |
struct | TAO_Server_Strategy_Factory::Active_Object_Map_Creation_Parameters |
Enumerations | |
enum | TAO_Demux_Strategy { TAO_LINEAR, TAO_DYNAMIC_HASH, TAO_ACTIVE_DEMUX, TAO_USER_DEFINED } |
Definition in file Server_Strategy_Factory.h.
enum TAO_Demux_Strategy |
Definition at line 31 of file Server_Strategy_Factory.h.
00032 { 00033 TAO_LINEAR, 00034 TAO_DYNAMIC_HASH, 00035 TAO_ACTIVE_DEMUX, 00036 TAO_USER_DEFINED 00037 };