All Packages  Class Hierarchy  This Package  Previous  Next  Index  

Class org.omg.CORBA.AliasDefHelper

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

public abstract class AliasDefHelper
extends Object

IDL definition:
#pragma prefix "omg.org/CORBA"
interface AliasDef : ::CORBA::TypedefDef {
attribute ::CORBA::IDLType original_type_def;
};


Constructor Index

 o AliasDefHelper()

Method Index

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

Constructors

 o AliasDefHelper
public AliasDefHelper()

Methods

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

All Packages  Class Hierarchy  This Package  Previous  Next  Index