Package org.omg.CORBA.ComponentIR
Interface ContainerOperations
- All Known Subinterfaces:
Container,ModuleDef,ModuleDefOperations,Repository,RepositoryOperations
- All Known Implementing Classes:
_ContainerStub,_ModuleDefStub,_RepositoryStub,ContainerPOA,ContainerPOATie,ModuleDefPOA,ModuleDefPOATie,RepositoryPOA,RepositoryPOATie
public interface ContainerOperations
org/omg/CORBA/ComponentIR/ContainerOperations.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 TypeMethodDescriptioncreate_component(String id, String name, String version, ComponentDef base_component, InterfaceDef[] supports_interfaces) create_event(String id, String name, String version, boolean is_custom, boolean is_abstract, ValueDef base_value, boolean is_truncatable, ValueDef[] abstract_base_values, InterfaceDef[] supported_interfaces, ExtInitializer[] initializers) create_home(String id, String name, String version, HomeDef base_home, ComponentDef managed_component, InterfaceDef[] supports_interfaces, ValueDef primary_key)
-
Method Details
-
create_component
ComponentDef create_component(String id, String name, String version, ComponentDef base_component, InterfaceDef[] supports_interfaces) -
create_home
HomeDef create_home(String id, String name, String version, HomeDef base_home, ComponentDef managed_component, InterfaceDef[] supports_interfaces, ValueDef primary_key) -
create_event
EventDef create_event(String id, String name, String version, boolean is_custom, boolean is_abstract, ValueDef base_value, boolean is_truncatable, ValueDef[] abstract_base_values, InterfaceDef[] supported_interfaces, ExtInitializer[] initializers)
-