import"CCM_Object.idl";
|
| CORBA::IRObject | get_component_def () |
| |
| CCMHome | get_ccm_home () |
| |
| PrimaryKeyBase | get_primary_key () raises (NoKeyAvailable) |
| |
| void | configuration_complete () raises (InvalidConfiguration) |
| |
| void | remove () raises (RemoveFailure) |
| |
| ComponentPortDescription | get_all_ports () |
| |
| Object | provide_facet (in FeatureName name) raises (InvalidName) |
| |
| FacetDescriptions | get_all_facets () |
| |
| FacetDescriptions | get_named_facets (in NameList names) raises (InvalidName) |
| |
| boolean | same_component (in Object object_ref) |
| |
| Cookie | connect (in FeatureName name, in Object connection) raises (InvalidName, InvalidConnection, AlreadyConnected, ExceededConnectionLimit) |
| |
| Object | disconnect (in FeatureName name, in Cookie ck) raises (InvalidName, InvalidConnection, CookieRequired, NoConnection) |
| |
| ConnectionDescriptions | get_connections (in FeatureName name) raises (InvalidName) |
| |
| ReceptacleDescriptions | get_all_receptacles () |
| |
| ReceptacleDescriptions | get_named_receptacles (in NameList names) raises (InvalidName) |
| |
| 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) |
| |
| CCMHome Components::CCMObject::get_ccm_home |
( |
| ) |
|
| CORBA::IRObject Components::CCMObject::get_component_def |
( |
| ) |
|
The documentation for this interface was generated from the following file: