All Packages  Class Hierarchy  This Package  Previous  Next  Index  

Class org.omg.CORBA.IDLTypeHelper

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

public abstract class IDLTypeHelper
extends Object

IDL definition:
#pragma prefix "omg.org/CORBA"
interface IDLType : ::CORBA::IRObject {
readonly attribute TypeCode type;
};


Constructor Index

 o IDLTypeHelper()

Method Index

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

Constructors

 o IDLTypeHelper
public IDLTypeHelper()

Methods

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

All Packages  Class Hierarchy  This Package  Previous  Next  Index