Package org.omg.CORBA
Interface ContainerOperations
- All Superinterfaces:
IRObjectOperations
- All Known Subinterfaces:
Container
,ExceptionDef
,ExceptionDefOperations
,InterfaceDef
,InterfaceDefOperations
,ModuleDef
,ModuleDefOperations
,Repository
,RepositoryOperations
,StructDef
,StructDefOperations
,UnionDef
,UnionDefOperations
,ValueDef
,ValueDefOperations
- All Known Implementing Classes:
_ContainerStub
,_ExceptionDefStub
,_InterfaceDefStub
,_ModuleDefStub
,_RepositoryStub
,_StructDefStub
,_UnionDefStub
,_ValueDefStub
,ContainerPOA
,ContainerPOATie
,ExceptionDefPOA
,ExceptionDefPOATie
,InterfaceDefPOA
,InterfaceDefPOATie
,ModuleDefPOA
,ModuleDefPOATie
,RepositoryPOA
,RepositoryPOATie
,StructDefPOA
,StructDefPOATie
,UnionDefPOA
,UnionDefPOATie
,ValueDefPOA
,ValueDefPOATie
org/omg/CORBA/ContainerOperations.java .
Generated by the IDL-to-Java compiler (portable), version "4.1"
from /home/abuild/rpmbuild/BUILD/glassfish-corba-4.2.4-build/glassfish-corba-4.2.4/omgapi/src/main/idl/ir.idl
Wednesday, February 21, 2024, 10:43:23 AM Greenwich Mean 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, boolean is_abstract, InterfaceDef[] base_interfaces) 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, byte flags, ValueDef base_value, boolean has_safe_base, 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_exception
-
create_interface
InterfaceDef create_interface(String id, String name, String version, boolean is_abstract, InterfaceDef[] base_interfaces) -
create_value
ValueDef create_value(String id, String name, String version, boolean is_custom, boolean is_abstract, byte flags, ValueDef base_value, boolean has_safe_base, ValueDef[] abstract_base_values, InterfaceDef[] supported_interfaces, Initializer[] initializers) -
create_value_box
-
create_native
-