Package org.omg.CORBA.ComponentIR
Interface ComponentDefOperations
- All Superinterfaces:
ContainedOperations,ContainerOperations,ExtInterfaceDefOperations,IDLTypeOperations,InterfaceAttrExtensionOperations,InterfaceDefOperations,IRObjectOperations
- All Known Subinterfaces:
ComponentDef
- All Known Implementing Classes:
_ComponentDefStub,ComponentDefPOA,ComponentDefPOATie
org/omg/CORBA/ComponentIR/ComponentDefOperations.java .
Error! A message was requested which does not exist. The messages file does not contain the key: toJavaProlog1
Error! A message was requested which does not exist. The messages file does not contain the key: toJavaProlog2
Monday, February 12, 2024 at 2:42:26 PM Central European Standard Time
-
Method Summary
Modifier and TypeMethodDescriptionvoidbase_component(ComponentDef newBase_component) create_consumes(String id, String name, String version, EventDef event) create_emits(String id, String name, String version, EventDef event) create_provides(String id, String name, String version, InterfaceDef interface_type) create_publishes(String id, String name, String version, EventDef event) create_uses(String id, String name, String version, InterfaceDef interface_type, boolean is_multiple) voidsupported_interfaces(InterfaceDef[] newSupported_interfaces) Methods inherited from interface org.omg.CORBA.ContainedOperations
absolute_name, containing_repository, defined_in, describe, id, id, move, name, name, version, versionMethods inherited from interface org.omg.CORBA.ContainerOperations
contents, create_alias, create_constant, create_enum, create_exception, create_interface, create_module, create_native, create_struct, create_union, create_value, create_value_box, describe_contents, lookup, lookup_nameMethods inherited from interface org.omg.CORBA.IDLTypeOperations
typeMethods inherited from interface org.omg.CORBA.InterfaceAttrExtensionOperations
create_ext_attribute, describe_ext_interfaceMethods inherited from interface org.omg.CORBA.InterfaceDefOperations
base_interfaces, base_interfaces, create_attribute, create_operation, describe_interface, is_a, is_abstract, is_abstractMethods inherited from interface org.omg.CORBA.IRObjectOperations
def_kind, destroy
-
Method Details
-
base_component
ComponentDef base_component() -
base_component
-
supported_interfaces
InterfaceDef[] supported_interfaces() -
supported_interfaces
-
create_provides
-
create_uses
UsesDef create_uses(String id, String name, String version, InterfaceDef interface_type, boolean is_multiple) -
create_emits
-
create_publishes
-
create_consumes
-