Main Page | Namespace List | Class Hierarchy | Alphabetical List | Class List | Directories | File List | Namespace Members | Class Members | File Members | Related Pages

Framework_Component.h File Reference

#include "ace/ACE_export.h"
#include "ace/os_include/os_signal.h"
#include "ace/Thread_Mutex.h"
#include "ace/Framework_Component.inl"
#include "ace/Framework_Component_T.h"

Include dependency graph for Framework_Component.h:

Include dependency graph

This graph shows which files directly or indirectly include this file:

Included by dependency graph

Classes

class  ACE_Framework_Component
 Base class that defines a uniform interface for all managed framework components. More...
class  ACE_Framework_Repository
 Contains all framework components used by an application. More...

Defines

#define ACE_DEFAULT_FRAMEWORK_REPOSITORY_SIZE   1024

Detailed Description

Id
Framework_Component.h,v 1.8 2005/11/03 17:19:49 ossama Exp

A prototype mechanism that allows framework components, singletons such as ACE_Reactor, ACE_Proactor, etc, to be registered with a central repository managed by the <ace_object_manager> or <ace_service_config> that will handle destruction.

This technique obviates changing ACE_Object_Manager and ACE_Service_Config everytime a new framework is added. Which also means that unused framework components don't need to linked into the final application which is important for applications with stringent footprint requirements.

Framework components need only provide a static method, close_singleton() and add the ACE_REGISTER_FRAMEWORK_COMPONENT macro call to their instance() methods in order to participate. Components that don't have a close_singleton() method can also participate via template specialization of ACE_Framework_Component_T.

This design uses the External Polymorphism pattern to avoid having to derive all framework components from a common base class that has virtual methods (this is crucial to avoid unnecessary overhead), and is based on the dump debugging implementation found in <ace/Dump.h>.

Author:
Don Hinton <dhinton@ieee.org>.

Define Documentation

#define ACE_DEFAULT_FRAMEWORK_REPOSITORY_SIZE   1024
 


Generated on Thu Feb 16 03:02:15 2006 for ACE by  doxygen 1.3.9.1