edu.iris.Fissures.IfEvent
Class EventChannelAdminHelper

java.lang.Object
  extended by edu.iris.Fissures.IfEvent.EventChannelAdminHelper

public final class EventChannelAdminHelper
extends java.lang.Object


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

Constructor Detail

EventChannelAdminHelper

public EventChannelAdminHelper()
Method Detail

insert

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

extract

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

type

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

id

public static java.lang.String id()

read

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

write

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

narrow

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