All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class org.omg.CORBA.RepositoryHolder

java.lang.Object
   |
   +----org.omg.CORBA.RepositoryHolder

public final class RepositoryHolder
extends Object
implements Streamable

IDL definition:
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
);
};


Variable Index

 o value

Constructor Index

 o RepositoryHolder()
 o RepositoryHolder(Repository)

Method Index

 o _read(InputStream)
 o _type()
 o _write(OutputStream)

Variables

 o value
 public Repository value

Constructors

 o RepositoryHolder
 public RepositoryHolder()
 o RepositoryHolder
 public RepositoryHolder(Repository value)

Methods

 o _read
 public void _read(InputStream input)
 o _write
 public void _write(OutputStream output)
 o _type
 public TypeCode _type()

All Packages  Class Hierarchy  This Package  Previous  Next  Index