org.omg.CORBA

Interface RepositoryOperations

All Superinterfaces:
ContainerOperations, IRObjectOperations
Known Subinterfaces:
Repository
Known Implementing Classes:
RepositoryImpl, RepositoryPOA, RepositoryPOATie, _RepositoryStub

public interface RepositoryOperations
extends ContainerOperations

Generated from IDL interface "Repository"

Author:
JacORB IDL compiler V 2.2, 7-May-2004

Method Summary

ArrayDef
create_array(int length, IDLType element_type)
FixedDef
create_fixed(short digits, short scale)
SequenceDef
create_sequence(int bound, IDLType element_type)
StringDef
create_string(int bound)
WstringDef
create_wstring(int bound)
TypeCode
get_canonical_typecode(TypeCode tc)
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 Details

create_array

public ArrayDef create_array(int length,
                             IDLType element_type)


create_fixed

public FixedDef create_fixed(short digits,
                             short scale)


create_sequence

public SequenceDef create_sequence(int bound,
                                   IDLType element_type)


create_string

public StringDef create_string(int bound)


create_wstring

public WstringDef create_wstring(int bound)


get_canonical_typecode

public TypeCode get_canonical_typecode(TypeCode tc)


get_primitive

public PrimitiveDef get_primitive(PrimitiveKind kind)


lookup_id

public Contained lookup_id(java.lang.String search_id)