All Packages Class Hierarchy This Package Previous Next Index
Class org.omg.CORBA.BindOptionsHelper
java.lang.Object
|
+----org.omg.CORBA.BindOptionsHelper
- public abstract class BindOptionsHelper
- extends Object
- Java Class org.omg.CORBA.BindOptionsHelper
- Source File org/omg/CORBA/BindOptionsHelper.java
- IDL Source File corba.idl
- IDL Absolute Name ::CORBA::BindOptions
- Repository Identifier IDL:omg.org/CORBA/BindOptions:1.0
IDL definition:
#pragma prefix "omg.org/CORBA"
struct BindOptions {
boolean defer_bind;
boolean enable_rebind;
};
BindOptionsHelper()
-
extract(Any)
-
id()
-
insert(Any, BindOptions)
-
read(InputStream)
-
type()
-
write(OutputStream, BindOptions)
-
BindOptionsHelper
public BindOptionsHelper()
read
public static BindOptions read(InputStream _input)
write
public static void write(OutputStream _output,
BindOptions value)
insert
public static void insert(Any any,
BindOptions value)
extract
public static BindOptions extract(Any any)
type
public static TypeCode type()
id
public static String id()
All Packages Class Hierarchy This Package Previous Next Index