CIAO
1.0.8
|
import "CCM_EventsC.h";
Public Types | |
typedef Events_ptr | _ptr_type |
typedef Events_var | _var_type |
typedef Events_out | _out_type |
Public Member Functions | |
EventConsumerBase | get_consumer (in FeatureName sink_name) raises (InvalidName) |
Cookie | subscribe (in FeatureName publisher_name, in EventConsumerBase subscriber) raises (InvalidName, InvalidConnection, ExceededConnectionLimit) |
EventConsumerBase | unsubscribe (in FeatureName publisher_name, in Cookie ck) raises (InvalidName, InvalidConnection) |
void | connect_consumer (in FeatureName emitter_name, in EventConsumerBase consumer) raises (InvalidName, AlreadyConnected, InvalidConnection) |
EventConsumerBase | disconnect_consumer (in FeatureName source_name) raises (InvalidName, NoConnection) |
ConsumerDescriptions | get_all_consumers () |
ConsumerDescriptions | get_named_consumers (in NameList names) raises (InvalidName) |
EmitterDescriptions | get_all_emitters () |
EmitterDescriptions | get_named_emitters (in NameList names) raises (InvalidName) |
PublisherDescriptions | get_all_publishers () |
PublisherDescriptions | get_named_publishers (in NameList names) raises (InvalidName) |
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 Events_ptr | _duplicate (Events_ptr obj) |
static void | _tao_release (Events_ptr obj) |
static Events_ptr | _narrow (::CORBA::Object_ptr obj) |
static Events_ptr | _unchecked_narrow (::CORBA::Object_ptr obj) |
static Events_ptr | _nil (void) |
Protected Member Functions | |
Events (void) | |
Events (::IOP::IOR *ior, TAO_ORB_Core *orb_core) | |
Events (TAO_Stub *objref,::CORBA::Boolean _tao_collocated=false, TAO_Abstract_ServantBase *servant=0, TAO_ORB_Core *orb_core=0) | |
virtual | ~Events (void) |
Private Member Functions | |
Events (const Events &) | |
void | operator= (const Events &) |
Friends | |
class | TAO::Narrow_Utils< Events > |
Reimplemented from CORBA::Object.
Reimplemented in Components::CCMObject.
Reimplemented from CORBA::Object.
Reimplemented in Components::CCMObject.
Reimplemented from CORBA::Object.
Reimplemented in Components::CCMObject.
Components::Events::Events | ( | void | ) | [protected] |
Components::Events::Events | ( | ::IOP::IOR * | ior, |
TAO_ORB_Core * | orb_core | ||
) | [protected] |
Components::Events::Events | ( | TAO_Stub * | objref, |
::CORBA::Boolean | _tao_collocated = false , |
||
TAO_Abstract_ServantBase * | servant = 0 , |
||
TAO_ORB_Core * | oc = 0 |
||
) | [protected] |
Code generated by the The ACE ORB (TAO) IDL Compiler v2.0.8 TAO and the TAO IDL Compiler have been developed by: Center for Distributed Object Computing Washington University St. Louis, MO USA http://www.cs.wustl.edu/~schmidt/doc-center.html and Distributed Object Computing Laboratory University of California at Irvine Irvine, CA USA and Institute for Software Integrated Systems Vanderbilt University Nashville, TN USA http://www.isis.vanderbilt.edu/
Information about TAO is available at: http://www.cs.wustl.edu/~schmidt/TAO.html
Components::Events::~Events | ( | void | ) | [protected, virtual] |
Components::Events::Events | ( | const Events & | ) | [private] |
Components::Events_ptr Components::Events::_duplicate | ( | Events_ptr | obj | ) | [static] |
const char * Components::Events::_interface_repository_id | ( | void | ) | const [virtual] |
Reimplemented from CORBA::Object.
Reimplemented in Components::CCMObject.
CORBA::Boolean Components::Events::_is_a | ( | const char * | type_id | ) | [virtual] |
Reimplemented from CORBA::Object.
Reimplemented in Components::CCMObject.
Components::Events_ptr Components::Events::_narrow | ( | ::CORBA::Object_ptr | obj | ) | [static] |
Reimplemented in Components::CCMObject.
Components::Events_ptr Components::Events::_nil | ( | void | ) | [static] |
Reimplemented from CORBA::Object.
Reimplemented in Components::CCMObject.
void Components::Events::_tao_any_destructor | ( | void * | _tao_void_pointer | ) | [static] |
Reimplemented from CORBA::Object.
Reimplemented in Components::CCMObject.
void Components::Events::_tao_release | ( | Events_ptr | obj | ) | [static] |
Components::Events_ptr Components::Events::_unchecked_narrow | ( | ::CORBA::Object_ptr | obj | ) | [static] |
Reimplemented in Components::CCMObject.
void Components::Events::connect_consumer | ( | in FeatureName | emitter_name, |
in EventConsumerBase | consumer | ||
) | raises (InvalidName, AlreadyConnected, InvalidConnection) |
EventConsumerBase Components::Events::disconnect_consumer | ( | in FeatureName | source_name | ) | raises (InvalidName, NoConnection) |
ConsumerDescriptions Components::Events::get_all_consumers | ( | ) |
EmitterDescriptions Components::Events::get_all_emitters | ( | ) |
PublisherDescriptions Components::Events::get_all_publishers | ( | ) |
EventConsumerBase Components::Events::get_consumer | ( | in FeatureName | sink_name | ) | raises (InvalidName) |
ConsumerDescriptions Components::Events::get_named_consumers | ( | in NameList | names | ) | raises (InvalidName) |
EmitterDescriptions Components::Events::get_named_emitters | ( | in NameList | names | ) | raises (InvalidName) |
PublisherDescriptions Components::Events::get_named_publishers | ( | in NameList | names | ) | raises (InvalidName) |
CORBA::Boolean Components::Events::marshal | ( | TAO_OutputCDR & | cdr | ) | [virtual] |
Reimplemented from CORBA::Object.
Reimplemented in Components::CCMObject.
void Components::Events::operator= | ( | const Events & | ) | [private] |
Cookie Components::Events::subscribe | ( | in FeatureName | publisher_name, |
in EventConsumerBase | subscriber | ||
) | raises (InvalidName, InvalidConnection, ExceededConnectionLimit) |
EventConsumerBase Components::Events::unsubscribe | ( | in FeatureName | publisher_name, |
in Cookie | ck | ||
) | raises (InvalidName, InvalidConnection) |
friend class TAO::Narrow_Utils< Events > [friend] |