All Packages Class Hierarchy This Package Previous Next Index
Class org.omg.CORBA.BindOptionsHolder
java.lang.Object
|
+----org.omg.CORBA.BindOptionsHolder
- public final class BindOptionsHolder
- extends Object
- implements Streamable
- Java Class org.omg.CORBA.BindOptionsHolder
- Source File org/omg/CORBA/BindOptionsHolder.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;
};
value-
BindOptionsHolder()
-
BindOptionsHolder(BindOptions)
-
_read(InputStream)
-
_type()
-
_write(OutputStream)
-
value
public BindOptions value
BindOptionsHolder
public BindOptionsHolder()
BindOptionsHolder
public BindOptionsHolder(BindOptions value)
_read
public void _read(InputStream input)
_write
public void _write(OutputStream output)
_type
public TypeCode _type()
All Packages Class Hierarchy This Package Previous Next Index