All Packages Class Hierarchy This Package Previous Next Index
java.lang.Object | +----org.omg.CORBA.RepositoryHolder
interface Repository : ::CORBA::Container { ::CORBA::Contained lookup_id( in ::CORBA::RepositoryId search_id ); ::CORBA::PrimitiveDef get_primitive( in ::CORBA::PrimitiveKind kind ); ::CORBA::StringDef create_string( in unsigned long bound ); ::CORBA::WstringDef create_wstring( in unsigned long bound ); ::CORBA::SequenceDef create_sequence( in unsigned long bound, in ::CORBA::IDLType element_type ); ::CORBA::ArrayDef create_array( in unsigned long length, in ::CORBA::IDLType element_type ); };
public Repository value
public RepositoryHolder()
public RepositoryHolder(Repository value)
public void _read(InputStream input)
public void _write(OutputStream output)
public TypeCode _type()
All Packages Class Hierarchy This Package Previous Next Index