edu.stanford.slac.aida.dp.dpTest
Class DpTestIHelper

java.lang.Object
  extended by edu.stanford.slac.aida.dp.dpTest.DpTestIHelper

public final class DpTestIHelper
extends java.lang.Object


Constructor Summary
DpTestIHelper()
           
 
Method Summary
static DpTestI extract(org.omg.CORBA.Any any)
           
static java.lang.String id()
           
static void insert(org.omg.CORBA.Any any, DpTestI val)
           
static DpTestI narrow(org.omg.CORBA.Object val)
           
static DpTestI read(org.omg.CORBA.portable.InputStream in)
           
static org.omg.CORBA.TypeCode type()
           
static DpTestI unchecked_narrow(org.omg.CORBA.Object val)
           
static void write(org.omg.CORBA.portable.OutputStream out, DpTestI val)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DpTestIHelper

public DpTestIHelper()
Method Detail

insert

public static void insert(org.omg.CORBA.Any any,
                          DpTestI val)

extract

public static DpTestI extract(org.omg.CORBA.Any any)

type

public static org.omg.CORBA.TypeCode type()

id

public static java.lang.String id()

read

public static DpTestI read(org.omg.CORBA.portable.InputStream in)

write

public static void write(org.omg.CORBA.portable.OutputStream out,
                         DpTestI val)

narrow

public static DpTestI narrow(org.omg.CORBA.Object val)

unchecked_narrow

public static DpTestI unchecked_narrow(org.omg.CORBA.Object val)