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
- Java Class org.omg.CORBA.EstructDefHelper
- Source File org/omg/CORBA/EstructDefHelper.java
- IDL Source File ir.idl
- IDL Absolute Name ::CORBA::EstructDef
- Repository Identifier IDL:omg.org/CORBA/EstructDef:1.0
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;
};
EstructDefHelper()
-
bind(ORB)
-
bind(ORB, String)
-
bind(ORB, String, String, BindOptions)
-
extract(Any)
-
id()
-
insert(Any, EstructDef)
-
narrow(Object)
-
read(InputStream)
-
type()
-
write(OutputStream, EstructDef)
-
EstructDefHelper
public EstructDefHelper()
narrow
public static EstructDef narrow(Object object)
bind
public static EstructDef bind(ORB orb)
bind
public static EstructDef bind(ORB orb,
String name)
bind
public static EstructDef bind(ORB orb,
String name,
String host,
BindOptions options)
read
public static EstructDef read(InputStream _input)
write
public static void write(OutputStream _output,
EstructDef value)
insert
public static void insert(Any any,
EstructDef value)
extract
public static EstructDef extract(Any any)
type
public static TypeCode type()
id
public static String id()
All Packages Class Hierarchy This Package Previous Next Index