edu.stanford.slac.aida.dp.dpTestHist
Class DpTestHistIHelper

java.lang.Object
  extended by edu.stanford.slac.aida.dp.dpTestHist.DpTestHistIHelper

public final class DpTestHistIHelper
extends java.lang.Object


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

Constructor Detail

DpTestHistIHelper

public DpTestHistIHelper()
Method Detail

insert

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

extract

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

type

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

id

public static java.lang.String id()

read

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

write

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

narrow

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

unchecked_narrow

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