All Packages Class Hierarchy This Package Previous Next Index
java.lang.Object | +----org.omg.CORBA.RepositoryHelper
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 RepositoryHelper()
public static Repository narrow(Object object)
public static Repository bind(ORB orb)
public static Repository bind(ORB orb, String name)
public static Repository bind(ORB orb, String name, String host, BindOptions options)
public static Repository read(InputStream _input)
public static void write(OutputStream _output, Repository value)
public static void insert(Any any, Repository value)
public static Repository extract(Any any)
public static TypeCode type()
public static String id()
All Packages Class Hierarchy This Package Previous Next Index