All Packages Class Hierarchy This Package Previous Next Index
java.lang.Object | +----org.omg.CORBA.BindOptionsHelper
#pragma prefix "omg.org/CORBA" struct BindOptions { boolean defer_bind; boolean enable_rebind; };
public BindOptionsHelper()
public static BindOptions read(InputStream _input)
public static void write(OutputStream _output, BindOptions value)
public static void insert(Any any, BindOptions value)
public static BindOptions extract(Any any)
public static TypeCode type()
public static String id()
All Packages Class Hierarchy This Package Previous Next Index