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

TAO_Notify_Default_POA_Factory Class Reference

#include <Notify_Default_POA_Factory.h>

Inheritance diagram for TAO_Notify_Default_POA_Factory:

Inheritance graph
[legend]
Collaboration diagram for TAO_Notify_Default_POA_Factory:

Collaboration graph
[legend]
List of all members.

Public Methods

 TAO_Notify_Default_POA_Factory (void)
 ~TAO_Notify_Default_POA_Factory ()
virtual int init (int argc, ACE_TCHAR *argv[])
virtual int fini (void)
PortableServer::POA_ptr create_event_channel_POA (PortableServer::POA_ptr parent_poa ACE_ENV_ARG_DECL)
PortableServer::POA_ptr create_supplier_admin_POA (PortableServer::POA_ptr parent_poa, CORBA::Long new_poa_id ACE_ENV_ARG_DECL)
PortableServer::POA_ptr create_consumer_admin_POA (PortableServer::POA_ptr parent_poa, CORBA::Long new_poa_id ACE_ENV_ARG_DECL)
PortableServer::POA_ptr create_proxy_pushconsumer_POA (PortableServer::POA_ptr parent_poa, CORBA::Long new_poa_id ACE_ENV_ARG_DECL)
PortableServer::POA_ptr create_proxy_pushsupplier_POA (PortableServer::POA_ptr parent_poa, CORBA::Long new_poa_id ACE_ENV_ARG_DECL)
CORBA::Object_ptr activate_object_with_id (CORBA::Long id, PortableServer::POA_ptr poa, PortableServer::Servant servant ACE_ENV_ARG_DECL)
CORBA::Object_ptr activate_object (PortableServer::POA_ptr poa, PortableServer::Servant servant ACE_ENV_ARG_DECL)
CORBA::Object_ptr servant_to_reference (PortableServer::POA_ptr poa, PortableServer::Servant servant ACE_ENV_ARG_DECL)
CORBA::Object_ptr id_to_reference (CORBA::Long id, PortableServer::POA_ptr poa ACE_ENV_ARG_DECL)
void destroy_POA (PortableServer::POA_ptr poa ACE_ENV_ARG_DECL)
void deactivate_object (CORBA::Object_ptr obj, PortableServer::POA_ptr poa ACE_ENV_ARG_DECL)
void deactivate_object (PortableServer::Servant servant, PortableServer::POA_ptr ACE_ENV_ARG_DECL)

Static Public Methods

int init_svc (void)

Protected Methods

PortableServer::ObjectIdlong_to_ObjectId (const CORBA::Long id)
PortableServer::POA_ptr create_generic_childPOA_i (const char *child_poa_name, PortableServer::POA_ptr parent_poa ACE_ENV_ARG_DECL)

Constructor & Destructor Documentation

TAO_Notify_Default_POA_Factory::TAO_Notify_Default_POA_Factory void   
 

TAO_Notify_Default_POA_Factory::~TAO_Notify_Default_POA_Factory  
 


Member Function Documentation

CORBA::Object_ptr TAO_Notify_Default_POA_Factory::activate_object PortableServer::POA_ptr    poa,
PortableServer::Servant servant    ACE_ENV_ARG_DECL
[virtual]
 

Reimplemented from TAO_Notify_POA_Factory.

CORBA::Object_ptr TAO_Notify_Default_POA_Factory::activate_object_with_id CORBA::Long    id,
PortableServer::POA_ptr    poa,
PortableServer::Servant servant    ACE_ENV_ARG_DECL
[virtual]
 

Reimplemented from TAO_Notify_POA_Factory.

PortableServer::POA_ptr TAO_Notify_Default_POA_Factory::create_consumer_admin_POA PortableServer::POA_ptr    parent_poa,
CORBA::Long new_poa_id    ACE_ENV_ARG_DECL
[virtual]
 

Reimplemented from TAO_Notify_POA_Factory.

PortableServer::POA_ptr TAO_Notify_Default_POA_Factory::create_event_channel_POA PortableServer::POA_ptr parent_poa    ACE_ENV_ARG_DECL [virtual]
 

Reimplemented from TAO_Notify_POA_Factory.

PortableServer::POA_ptr TAO_Notify_Default_POA_Factory::create_generic_childPOA_i const char *    child_poa_name,
PortableServer::POA_ptr parent_poa    ACE_ENV_ARG_DECL
[protected]
 

PortableServer::POA_ptr TAO_Notify_Default_POA_Factory::create_proxy_pushconsumer_POA PortableServer::POA_ptr    parent_poa,
CORBA::Long new_poa_id    ACE_ENV_ARG_DECL
[virtual]
 

Reimplemented from TAO_Notify_POA_Factory.

PortableServer::POA_ptr TAO_Notify_Default_POA_Factory::create_proxy_pushsupplier_POA PortableServer::POA_ptr    parent_poa,
CORBA::Long new_poa_id    ACE_ENV_ARG_DECL
[virtual]
 

Reimplemented from TAO_Notify_POA_Factory.

PortableServer::POA_ptr TAO_Notify_Default_POA_Factory::create_supplier_admin_POA PortableServer::POA_ptr    parent_poa,
CORBA::Long new_poa_id    ACE_ENV_ARG_DECL
[virtual]
 

Reimplemented from TAO_Notify_POA_Factory.

void TAO_Notify_Default_POA_Factory::deactivate_object PortableServer::Servant    servant,
PortableServer::POA_ptr    poa
[virtual]
 

Reimplemented from TAO_Notify_POA_Factory.

void TAO_Notify_Default_POA_Factory::deactivate_object CORBA::Object_ptr    obj,
PortableServer::POA_ptr poa    ACE_ENV_ARG_DECL
[virtual]
 

Reimplemented from TAO_Notify_POA_Factory.

void TAO_Notify_Default_POA_Factory::destroy_POA PortableServer::POA_ptr poa    ACE_ENV_ARG_DECL [virtual]
 

Reimplemented from TAO_Notify_POA_Factory.

int TAO_Notify_Default_POA_Factory::fini void    [virtual]
 

Reimplemented from ACE_Shared_Object.

CORBA::Object_ptr TAO_Notify_Default_POA_Factory::id_to_reference CORBA::Long    id,
PortableServer::POA_ptr poa    ACE_ENV_ARG_DECL
[virtual]
 

Reimplemented from TAO_Notify_POA_Factory.

int TAO_Notify_Default_POA_Factory::init int    argc,
ACE_TCHAR   argv[]
[virtual]
 

Reimplemented from ACE_Shared_Object.

int TAO_Notify_Default_POA_Factory::init_svc void    [static]
 

PortableServer::ObjectId * TAO_Notify_Default_POA_Factory::long_to_ObjectId const CORBA::Long    id [protected]
 

CORBA::Object_ptr TAO_Notify_Default_POA_Factory::servant_to_reference PortableServer::POA_ptr    poa,
PortableServer::Servant servant    ACE_ENV_ARG_DECL
[virtual]
 

Reimplemented from TAO_Notify_POA_Factory.


The documentation for this class was generated from the following files:
Generated on Thu May 23 03:03:43 2002 for TAO_CosNotification by doxygen1.2.13.1 written by Dimitri van Heesch, © 1997-2001