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:
#pragma prefix "omg.org/CORBA"
struct BindOptions {
boolean defer_bind;
boolean enable_rebind;
};


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