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
- Java Class org.omg.CORBA.RepositoryHelper
- Source File org/omg/CORBA/RepositoryHelper.java
- IDL Source File ir.idl
- IDL Absolute Name ::CORBA::Repository
- Repository Identifier IDL:omg.org/CORBA/Repository:1.0
IDL definition:
#pragma prefix "omg.org/CORBA"
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
);
};
RepositoryHelper()
-
bind(ORB)
-
bind(ORB, String)
-
bind(ORB, String, String, BindOptions)
-
extract(Any)
-
id()
-
insert(Any, Repository)
-
narrow(Object)
-
read(InputStream)
-
type()
-
write(OutputStream, Repository)
-
RepositoryHelper
public RepositoryHelper()
narrow
public static Repository narrow(Object object)
bind
public static Repository bind(ORB orb)
bind
public static Repository bind(ORB orb,
String name)
bind
public static Repository bind(ORB orb,
String name,
String host,
BindOptions options)
read
public static Repository read(InputStream _input)
write
public static void write(OutputStream _output,
Repository value)
insert
public static void insert(Any any,
Repository value)
extract
public static Repository extract(Any any)
type
public static TypeCode type()
id
public static String id()
All Packages Class Hierarchy This Package Previous Next Index