All Packages  Class Hierarchy  This Package  Previous  Next  Index  

Class org.omg.CORBA.ModuleDefHelper

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

public abstract class ModuleDefHelper
extends Object

IDL definition:
#pragma prefix "omg.org/CORBA"
interface ModuleDef : ::CORBA::Container, ::CORBA::Contained {
};


Constructor Index

 o ModuleDefHelper()

Method Index

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

Constructors

 o ModuleDefHelper
public ModuleDefHelper()

Methods

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

All Packages  Class Hierarchy  This Package  Previous  Next  Index