Package org.omg.CORBA
Interface ContainerOperations
- All Superinterfaces:
IRObjectOperations
- All Known Subinterfaces:
AbstractInterfaceDef,AbstractInterfaceDefOperations,ComponentDef,ComponentDefOperations,Container,EventDef,EventDefOperations,ExceptionDef,ExceptionDefOperations,ExtAbstractInterfaceDef,ExtAbstractInterfaceDefOperations,ExtInterfaceDef,ExtInterfaceDefOperations,ExtLocalInterfaceDef,ExtLocalInterfaceDefOperations,ExtValueDef,ExtValueDefOperations,HomeDef,HomeDefOperations,InterfaceDef,InterfaceDefOperations,LocalInterfaceDef,LocalInterfaceDefOperations,ModuleDef,ModuleDef,ModuleDefOperations,ModuleDefOperations,Repository,Repository,RepositoryOperations,RepositoryOperations,StructDef,StructDefOperations,UnionDef,UnionDefOperations,ValueDef,ValueDefOperations
- All Known Implementing Classes:
_AbstractInterfaceDefStub,_ComponentDefStub,_ContainerStub,_EventDefStub,_ExceptionDefStub,_ExtAbstractInterfaceDefStub,_ExtInterfaceDefStub,_ExtLocalInterfaceDefStub,_ExtValueDefStub,_HomeDefStub,_InterfaceDefStub,_LocalInterfaceDefStub,_ModuleDefStub,_ModuleDefStub,_RepositoryStub,_RepositoryStub,_StructDefStub,_UnionDefStub,_ValueDefStub,AbstractInterfaceDefPOA,AbstractInterfaceDefPOATie,ComponentDefPOA,ComponentDefPOATie,ContainerPOA,ContainerPOATie,EventDefPOA,EventDefPOATie,ExceptionDefPOA,ExceptionDefPOATie,ExtAbstractInterfaceDefPOA,ExtAbstractInterfaceDefPOATie,ExtInterfaceDefPOA,ExtInterfaceDefPOATie,ExtLocalInterfaceDefPOA,ExtLocalInterfaceDefPOATie,ExtValueDefPOA,ExtValueDefPOATie,HomeDefPOA,HomeDefPOATie,InterfaceDefPOA,InterfaceDefPOATie,LocalInterfaceDefPOA,LocalInterfaceDefPOATie,ModuleDefPOA,ModuleDefPOA,ModuleDefPOATie,ModuleDefPOATie,RepositoryPOA,RepositoryPOA,RepositoryPOATie,RepositoryPOATie,StructDefPOA,StructDefPOATie,UnionDefPOA,UnionDefPOATie,ValueDefPOA,ValueDefPOATie
org/omg/CORBA/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 TypeMethodDescriptioncontents(DefinitionKind limit_type, boolean exclude_inherited) create_alias(String id, String name, String version, IDLType original_type) create_enum(String id, String name, String version, String[] members) create_exception(String id, String name, String version, StructMember[] members) create_interface(String id, String name, String version, InterfaceDef[] base_interfaces, boolean is_abstract) create_module(String id, String name, String version) create_native(String id, String name, String version) create_struct(String id, String name, String version, StructMember[] members) create_union(String id, String name, String version, IDLType discriminator_type, UnionMember[] members) create_value(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, Initializer[] initializers) create_value_box(String id, String name, String version, IDLType original_type_def) describe_contents(DefinitionKind limit_type, boolean exclude_inherited, int max_returned_objs) lookup_name(String search_name, int levels_to_search, DefinitionKind limit_type, boolean exclude_inherited) Methods inherited from interface org.omg.CORBA.IRObjectOperations
def_kind, destroy
-
Method Details
-
lookup
-
contents
-
lookup_name
Contained[] lookup_name(String search_name, int levels_to_search, DefinitionKind limit_type, boolean exclude_inherited) -
describe_contents
Description[] describe_contents(DefinitionKind limit_type, boolean exclude_inherited, int max_returned_objs) -
create_module
-
create_constant
-
create_struct
-
create_union
-
create_enum
-
create_alias
-
create_interface
InterfaceDef create_interface(String id, String name, String version, InterfaceDef[] base_interfaces, boolean is_abstract) -
create_value
ValueDef create_value(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, Initializer[] initializers) -
create_value_box
-
create_exception
-
create_native
-