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

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.


Constructor Index

 o BindOptionsHelper()

Method Index

 o extract(Any)
 o id()
 o insert(Any, BindOptions)
 o read(InputStream)
 o type()
 o write(OutputStream, BindOptions)

Constructors

 o BindOptionsHelper
 public BindOptionsHelper()

Methods

 o read
 public static BindOptions read(InputStream _input)
 o write
 public static void write(OutputStream _output,
                          BindOptions value)
 o insert
 public static void insert(Any any,
                           BindOptions value)
 o extract
 public static BindOptions extract(Any any)
 o type
 public static TypeCode type()
 o id
 public static String id()

All Packages  Class Hierarchy  This Package  Previous  Next  Index