org.omg.CORBA
Interface RepositoryOperations

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

public interface RepositoryOperations
extends ContainerOperations

Generated from IDL interface "Repository".

Version:
generated at Mar 17, 2009 1:46:53 PM
Author:
JacORB IDL compiler V 2.3.0 (JBoss patch 6), 06-Jun-2007

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

Contained lookup_id(java.lang.String search_id)

get_canonical_typecode

TypeCode get_canonical_typecode(TypeCode tc)

get_primitive

PrimitiveDef get_primitive(PrimitiveKind kind)

create_string

StringDef create_string(int bound)

create_wstring

WstringDef create_wstring(int bound)

create_sequence

SequenceDef create_sequence(int bound,
                            IDLType element_type)

create_array

ArrayDef create_array(int length,
                      IDLType element_type)

create_fixed

FixedDef create_fixed(short digits,
                      short scale)