001 package org.omg.CORBA;
002
003
004 /**
005 * Generated from IDL interface "Repository".
006 *
007 * @author JacORB IDL compiler V 2.3.0 (JBoss patch 6), 06-Jun-2007
008 * @version generated at Nov 6, 2011 12:20:22 AM
009 */
010
011 public interface RepositoryOperations
012 extends org.omg.CORBA.ContainerOperations
013 {
014 /* constants */
015 /* operations */
016 org.omg.CORBA.Contained lookup_id(java.lang.String search_id);
017 org.omg.CORBA.TypeCode get_canonical_typecode(org.omg.CORBA.TypeCode tc);
018 org.omg.CORBA.PrimitiveDef get_primitive(org.omg.CORBA.PrimitiveKind kind);
019 org.omg.CORBA.StringDef create_string(int bound);
020 org.omg.CORBA.WstringDef create_wstring(int bound);
021 org.omg.CORBA.SequenceDef create_sequence(int bound, org.omg.CORBA.IDLType element_type);
022 org.omg.CORBA.ArrayDef create_array(int length, org.omg.CORBA.IDLType element_type);
023 org.omg.CORBA.FixedDef create_fixed(short digits, short scale);
024 }