Java Platform 1.2
Beta 4

Interface org.omg.CORBA.Repository


public abstract interface Repository
extends Object, Container
Repository is an interface that provides global access to the Interface Repository. Repository objects can contain constants, typedefs, exceptions, interfaces, and modules.


Method Summary
 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(String search_id)
           
 
Methods inherited from interface org.omg.CORBA.Container
contents , create_alias , create_constant , create_enum , create_exception , create_interface , create_module , create_struct , create_union , create_value_box , create_value , describe_contents , lookup_name , lookup
 
Methods inherited from interface org.omg.CORBA.IRObject
def_kind , destroy
 

Method Detail

lookup_id

public Contained lookup_id(String search_id)

get_primitive

public PrimitiveDef get_primitive(PrimitiveKind kind)

create_string

public StringDef create_string(int bound)

create_sequence

public SequenceDef create_sequence(int bound,
                                   IDLType element_type)

create_array

public ArrayDef create_array(int length,
                             IDLType element_type)

Java Platform 1.2
Beta 4

Submit a bug or feature
Submit comments/suggestions about new javadoc look
Java is a trademark or registered trademark of Sun Microsystems, Inc. in the US and other countries.
Copyright 1993-1998 Sun Microsystems, Inc. 901 San Antonio Road,
Palo Alto, California, 94303, U.S.A. All Rights Reserved.
This documentation was generated with a post-Beta4 version of Javadoc.