Main Page   Namespace List   Class Hierarchy   Alphabetical List   Compound List   File List   Namespace Members   Compound Members   File Members   Related Pages  

TAO_CodecFactory_ORBInitializer Class Reference

ORBInitializer for the CodecFactory support. More...

#include <CodecFactory_ORBInitializer.h>

Inheritance diagram for TAO_CodecFactory_ORBInitializer:

Inheritance graph
[legend]
Collaboration diagram for TAO_CodecFactory_ORBInitializer:

Collaboration graph
[legend]
List of all members.

Public Methods

virtual void pre_init (PortableInterceptor::ORBInitInfo_ptr info ACE_ENV_ARG_DECL_WITH_DEFAULTS) throw (CORBA::SystemException)
virtual void post_init (PortableInterceptor::ORBInitInfo_ptr info ACE_ENV_ARG_DECL_WITH_DEFAULTS) throw (CORBA::SystemException)

Private Attributes

IOP::CodecFactory_var codec_factory_
 Instance of the IOP::CodecFactory. More...


Detailed Description

ORBInitializer for the CodecFactory support.

This class simply registers the CodecFactory object with the ORB resolve_initial_references() mechanism.


Member Function Documentation

void TAO_CodecFactory_ORBInitializer::post_init PortableInterceptor::ORBInitInfo_ptr    ACE_ENV_ARG_DECL_NOT_USED throw (CORBA::SystemException) [virtual]
 

void TAO_CodecFactory_ORBInitializer::pre_init PortableInterceptor::ORBInitInfo_ptr info    ACE_ENV_ARG_DECL throw (CORBA::SystemException) [virtual]
 


Member Data Documentation

IOP::CodecFactory_var TAO_CodecFactory_ORBInitializer::codec_factory_ [private]
 

Instance of the IOP::CodecFactory.

The CodecFactory is stateless and reentrant, so share a single instance between all ORBs.


The documentation for this class was generated from the following files:
Generated on Sun Feb 17 19:06:09 2002 for TAO by doxygen1.2.13.1 written by Dimitri van Heesch, © 1997-2001