Class org.omg.CORBA.InterfaceDefSeqHelper
All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class org.omg.CORBA.InterfaceDefSeqHelper

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

public final class InterfaceDefSeqHelper
extends Object

Method Index

 o __read(InputStream)
 o __write(OutputStream, InterfaceDef[])
 o extract(Any)
 o id()
 o insert(Any, InterfaceDef[])
 o type()

Methods

 o __write
  public static void __write(OutputStream out,
                             InterfaceDef that[])
 o __read
  public static InterfaceDef[] __read(InputStream in)
 o extract
  public static InterfaceDef[] extract(Any a)
 o insert
  public static void insert(Any a,
                            InterfaceDef that[])
 o type
  public static synchronized TypeCode type()
 o id
  public static String id()

All Packages  Class Hierarchy  This Package  Previous  Next  Index