All Packages Class Hierarchy This Package Previous Next Index
Class org.omg.CORBA.IRObjectHelper
java.lang.Object
|
+----org.omg.CORBA.IRObjectHelper
- public abstract class IRObjectHelper
- extends Object
- Java Class org.omg.CORBA.IRObjectHelper
- Source File org/omg/CORBA/IRObjectHelper.java
- IDL Source File ir.idl
- IDL Absolute Name ::CORBA::IRObject
- Repository Identifier IDL:omg.org/CORBA/IRObject:1.0
IDL definition:
#pragma prefix "omg.org/CORBA"
interface IRObject {
readonly attribute ::CORBA::DefinitionKind def_kind;
void destroy();
};
IRObjectHelper()
-
bind(ORB)
-
bind(ORB, String)
-
bind(ORB, String, String, BindOptions)
-
extract(Any)
-
id()
-
insert(Any, IRObject)
-
narrow(Object)
-
read(InputStream)
-
type()
-
write(OutputStream, IRObject)
-
IRObjectHelper
public IRObjectHelper()
narrow
public static IRObject narrow(Object object)
bind
public static IRObject bind(ORB orb)
bind
public static IRObject bind(ORB orb,
String name)
bind
public static IRObject bind(ORB orb,
String name,
String host,
BindOptions options)
read
public static IRObject read(InputStream _input)
write
public static void write(OutputStream _output,
IRObject value)
insert
public static void insert(Any any,
IRObject value)
extract
public static IRObject extract(Any any)
type
public static TypeCode type()
id
public static String id()
All Packages Class Hierarchy This Package Previous Next Index