All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class org.omg.CORBA.StructDefHelper

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

public abstract class StructDefHelper
extends Object

IDL definition:
interface StructDef : ::CORBA::TypedefDef, ::CORBA::Container {
attribute ::CORBA::StructMemberSeq members;
};


Constructor Index

 o StructDefHelper()

Method Index

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

Constructors

 o StructDefHelper
 public StructDefHelper()

Methods

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

All Packages  Class Hierarchy  This Package  Previous  Next  Index