All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class org.omg.CORBA.RepositoryHelper

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

public abstract class RepositoryHelper
extends Object

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
);
};


Constructor Index

 o RepositoryHelper()

Method Index

 o bind(ORB)
 o bind(ORB, String)
 o bind(ORB, String, String, BindOptions)
 o extract(Any)
 o id()
 o insert(Any, Repository)
 o narrow(Object)
 o read(InputStream)
 o type()
 o write(OutputStream, Repository)

Constructors

 o RepositoryHelper
 public RepositoryHelper()

Methods

 o narrow
 public static Repository narrow(Object object)
 o bind
 public static Repository bind(ORB orb)
 o bind
 public static Repository bind(ORB orb,
                               String name)
 o bind
 public static Repository bind(ORB orb,
                               String name,
                               String host,
                               BindOptions options)
 o read
 public static Repository read(InputStream _input)
 o write
 public static void write(OutputStream _output,
                          Repository value)
 o insert
 public static void insert(Any any,
                           Repository value)
 o extract
 public static Repository extract(Any any)
 o type
 public static TypeCode type()
 o id
 public static String id()

All Packages  Class Hierarchy  This Package  Previous  Next  Index