CIAO
1.1.2
|
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.
|
protected |
|
protected |
|
protected |
Code generated by the The ACE ORB (TAO) IDL Compiler v2.1.1 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
|
protectedvirtual |
|
private |
|
static |
|
virtual |
Reimplemented from CORBA::Object.
Reimplemented in Components::CCMObject.
|
virtual |
Reimplemented from CORBA::Object.
Reimplemented in Components::CCMObject.
|
static |
Reimplemented in Components::CCMObject.
|
static |
Reimplemented from CORBA::Object.
Reimplemented in Components::CCMObject.
|
static |
Reimplemented from CORBA::Object.
Reimplemented in Components::CCMObject.
|
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) |
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) |
|
virtual |
Reimplemented from CORBA::Object.
Reimplemented in Components::CCMObject.
|
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 |