CIAO  1.0.8
Public Types | Public Member Functions | Static Public Member Functions | Protected Member Functions | Private Member Functions
Components::ExecutorLocator Class Reference

import "CCM_ExecutorLocatorC.h";

Inheritance diagram for Components::ExecutorLocator:
Inheritance graph
[legend]
Collaboration diagram for Components::ExecutorLocator:
Collaboration graph
[legend]

List of all members.

Public Types

typedef ExecutorLocator_ptr _ptr_type
typedef ExecutorLocator_var _var_type
typedef ExecutorLocator_out _out_type

Public Member Functions

Object obtain_executor (in string name) raises (CCMException)
void release_executor (in Object exc) raises (CCMException)
void configuration_complete () raises (InvalidConfiguration)
virtual ::CORBA::Object_ptr obtain_executor (const char *name)=0
virtual void release_executor (::CORBA::Object_ptr exc)=0
virtual void configuration_complete (void)=0
virtual ::CORBA::Boolean _is_a (const char *type_id)
virtual const char * _interface_repository_id (void) const
virtual ::CORBA::Boolean marshal (TAO_OutputCDR &cdr)

Static Public Member Functions

static void _tao_any_destructor (void *)
static ExecutorLocator_ptr _duplicate (ExecutorLocator_ptr obj)
static void _tao_release (ExecutorLocator_ptr obj)
static ExecutorLocator_ptr _narrow (::CORBA::Object_ptr obj)
static ExecutorLocator_ptr _unchecked_narrow (::CORBA::Object_ptr obj)
static ExecutorLocator_ptr _nil (void)

Protected Member Functions

 ExecutorLocator (void)
virtual ~ExecutorLocator (void)

Private Member Functions

 ExecutorLocator (const ExecutorLocator &)
void operator= (const ExecutorLocator &)

Member Typedef Documentation

Reimplemented from Components::EnterpriseComponent.

Reimplemented from Components::EnterpriseComponent.

Reimplemented from Components::EnterpriseComponent.


Constructor & Destructor Documentation

Components::ExecutorLocator::ExecutorLocator ( void  ) [protected]
Components::ExecutorLocator::~ExecutorLocator ( void  ) [protected, virtual]
Components::ExecutorLocator::ExecutorLocator ( const ExecutorLocator ) [private]

Member Function Documentation

Components::ExecutorLocator_ptr Components::ExecutorLocator::_duplicate ( ExecutorLocator_ptr  obj) [static]
const char * Components::ExecutorLocator::_interface_repository_id ( void  ) const [virtual]

Reimplemented from Components::EnterpriseComponent.

CORBA::Boolean Components::ExecutorLocator::_is_a ( const char *  type_id) [virtual]

Reimplemented from Components::EnterpriseComponent.

Components::ExecutorLocator_ptr Components::ExecutorLocator::_narrow ( ::CORBA::Object_ptr  obj) [static]

Reimplemented from Components::EnterpriseComponent.

Components::ExecutorLocator_ptr Components::ExecutorLocator::_nil ( void  ) [static]

Reimplemented from Components::EnterpriseComponent.

void Components::ExecutorLocator::_tao_any_destructor ( void *  _tao_void_pointer) [static]

Reimplemented from Components::EnterpriseComponent.

void Components::ExecutorLocator::_tao_release ( ExecutorLocator_ptr  obj) [static]
Components::ExecutorLocator_ptr Components::ExecutorLocator::_unchecked_narrow ( ::CORBA::Object_ptr  obj) [static]

Reimplemented from Components::EnterpriseComponent.

void Components::ExecutorLocator::configuration_complete ( ) raises (InvalidConfiguration)
virtual void Components::ExecutorLocator::configuration_complete ( void  ) [pure virtual]
CORBA::Boolean Components::ExecutorLocator::marshal ( TAO_OutputCDR cdr) [virtual]

Reimplemented from Components::EnterpriseComponent.

Object Components::ExecutorLocator::obtain_executor ( in string  name) raises (CCMException)
virtual ::CORBA::Object_ptr Components::ExecutorLocator::obtain_executor ( const char *  name) [pure virtual]
void Components::ExecutorLocator::operator= ( const ExecutorLocator ) [private]
void Components::ExecutorLocator::release_executor ( in Object  exc) raises (CCMException)
virtual void Components::ExecutorLocator::release_executor ( ::CORBA::Object_ptr  exc) [pure virtual]

The documentation for this class was generated from the following files:
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Defines