edu.iris.Fissures.IfEvent
Class EventFactoryHelper

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

public final class EventFactoryHelper
extends java.lang.Object


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

Constructor Detail

EventFactoryHelper

public EventFactoryHelper()
Method Detail

insert

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

extract

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

type

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

id

public static java.lang.String id()

read

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

write

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

narrow

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