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

IDL definition:
#pragma prefix "omg.org/CORBA"
interface IRObject {
readonly attribute ::CORBA::DefinitionKind def_kind;
void destroy();
};


Constructor Index

 o IRObjectHelper()

Method Index

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

Constructors

 o IRObjectHelper
public IRObjectHelper()

Methods

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

All Packages  Class Hierarchy  This Package  Previous  Next  Index