Package org.omg.CORBA
Interface RepositoryOperations
-
- All Superinterfaces:
ContainerOperations
,IRObjectOperations
- All Known Subinterfaces:
Repository
- All Known Implementing Classes:
_RepositoryStub
,RepositoryPOA
,RepositoryPOATie
public interface RepositoryOperations extends ContainerOperations
org/omg/CORBA/RepositoryOperations.java . Generated by the IDL-to-Java compiler (portable), version "4.1" from /home/abuild/rpmbuild/BUILD/glassfish-corba-4.2.4/omgapi/src/main/idl/ir.idl Wednesday, February 21, 2024 at 12:00:00 PM Greenwich Mean Time
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ArrayDef
create_array(int length, IDLType element_type)
SequenceDef
create_sequence(int bound, IDLType element_type)
StringDef
create_string(int bound)
PrimitiveDef
get_primitive(PrimitiveKind kind)
Contained
lookup_id(java.lang.String search_id)
-
Methods 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_name
-
Methods inherited from interface org.omg.CORBA.IRObjectOperations
def_kind, destroy
-
-
-
-
Method Detail
-
lookup_id
Contained lookup_id(java.lang.String search_id)
-
get_primitive
PrimitiveDef get_primitive(PrimitiveKind kind)
-
create_string
StringDef create_string(int bound)
-
create_sequence
SequenceDef create_sequence(int bound, IDLType element_type)
-
-