#include "ace/Service_Object.h"#include "tao/Basic_Types.h"

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.
{
TAO_LINEAR,
TAO_DYNAMIC_HASH,
TAO_ACTIVE_DEMUX,
TAO_USER_DEFINED
};
1.7.0