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
- Java Class org.omg.CORBA.ModuleDefHelper
- Source File org/omg/CORBA/ModuleDefHelper.java
- IDL Source File ir.idl
- IDL Absolute Name ::CORBA::ModuleDef
- Repository Identifier IDL:omg.org/CORBA/ModuleDef:1.0
IDL definition:
#pragma prefix "omg.org/CORBA"
interface ModuleDef : ::CORBA::Container, ::CORBA::Contained {
};
ModuleDefHelper()
-
bind(ORB)
-
bind(ORB, String)
-
bind(ORB, String, String, BindOptions)
-
extract(Any)
-
id()
-
insert(Any, ModuleDef)
-
narrow(Object)
-
read(InputStream)
-
type()
-
write(OutputStream, ModuleDef)
-
ModuleDefHelper
public ModuleDefHelper()
narrow
public static ModuleDef narrow(Object object)
bind
public static ModuleDef bind(ORB orb)
bind
public static ModuleDef bind(ORB orb,
String name)
bind
public static ModuleDef bind(ORB orb,
String name,
String host,
BindOptions options)
read
public static ModuleDef read(InputStream _input)
write
public static void write(OutputStream _output,
ModuleDef value)
insert
public static void insert(Any any,
ModuleDef value)
extract
public static ModuleDef extract(Any any)
type
public static TypeCode type()
id
public static String id()
All Packages Class Hierarchy This Package Previous Next Index