org.omg.CORBA
Interface RepositoryOperations

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

public interface RepositoryOperations
extends ContainerOperations

Generated from IDL interface "Repository"

Author:
JacORB IDL compiler V 2.2.3, 10-Dec-2005

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_box, create_value, describe_contents, lookup_name, lookup
 
Methods inherited from interface org.omg.CORBA.IRObjectOperations
def_kind, destroy
 

Method Detail

lookup_id

public Contained lookup_id(java.lang.String search_id)

get_canonical_typecode

public TypeCode get_canonical_typecode(TypeCode tc)

get_primitive

public PrimitiveDef get_primitive(PrimitiveKind kind)

create_string

public StringDef create_string(int bound)

create_wstring

public WstringDef create_wstring(int bound)

create_sequence

public SequenceDef create_sequence(int bound,
                                   IDLType element_type)

create_array

public ArrayDef create_array(int length,
                             IDLType element_type)

create_fixed

public FixedDef create_fixed(short digits,
                             short scale)