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

IDL definition:
struct BindOptions {
boolean defer_bind;
boolean enable_rebind;
};

The BindOptions class encapsulates options used when binding to a server. These parameters are passed to the bind method on the "_var" class.


Variable Index

 o value

Constructor Index

 o BindOptionsHolder()
 o BindOptionsHolder(BindOptions)

Method Index

 o _read(InputStream)
 o _type()
 o _write(OutputStream)

Variables

 o value
 public BindOptions value

Constructors

 o BindOptionsHolder
 public BindOptionsHolder()
 o BindOptionsHolder
 public BindOptionsHolder(BindOptions value)

Methods

 o _read
 public void _read(InputStream input)
 o _write
 public void _write(OutputStream output)
 o _type
 public TypeCode _type()

All Packages  Class Hierarchy  This Package  Previous  Next  Index