All Packages  Class Hierarchy  This Package  Previous  Next  Index  

Class org.omg.CORBA.EstructDefHelper

java.lang.Object
    |
    +----org.omg.CORBA.EstructDefHelper

public abstract class EstructDefHelper
extends Object

IDL definition:
#pragma prefix "omg.org/CORBA"
interface EstructDef : ::CORBA::TypedefDef, ::CORBA::Container {
readonly attribute TypeCode base;
attribute ::CORBA::EstructDef base_def;
attribute ::CORBA::StructMemberSeq members;
};


Constructor Index

 o EstructDefHelper()

Method Index

 o bind(ORB)
 o bind(ORB, String)
 o bind(ORB, String, String, BindOptions)
 o extract(Any)
 o id()
 o insert(Any, EstructDef)
 o narrow(Object)
 o read(InputStream)
 o type()
 o write(OutputStream, EstructDef)

Constructors

 o EstructDefHelper
public EstructDefHelper()

Methods

 o narrow
public static EstructDef narrow(Object object)
 o bind
public static EstructDef bind(ORB orb)
 o bind
public static EstructDef bind(ORB orb,
                              String name)
 o bind
public static EstructDef bind(ORB orb,
                              String name,
                              String host,
                              BindOptions options)
 o read
public static EstructDef read(InputStream _input)
 o write
public static void write(OutputStream _output,
                         EstructDef value)
 o insert
public static void insert(Any any,
                          EstructDef value)
 o extract
public static EstructDef extract(Any any)
 o type
public static TypeCode type()
 o id
public static String id()

All Packages  Class Hierarchy  This Package  Previous  Next  Index