org.omg.CosNotifyChannelAdmin
Class EventChannelFactoryHelper

java.lang.Object
  extended by org.omg.CosNotifyChannelAdmin.EventChannelFactoryHelper

public class EventChannelFactoryHelper
extends java.lang.Object

Helper class for : EventChannelFactory

Author:
OpenORB Compiler

Constructor Summary
EventChannelFactoryHelper()
           
 
Method Summary
static EventChannelFactory extract(org.omg.CORBA.Any a)
          Extract EventChannelFactory from an any
static java.lang.String id()
          Return the EventChannelFactory IDL ID
static void insert(org.omg.CORBA.Any a, EventChannelFactory t)
          Insert EventChannelFactory into an any
static EventChannelFactory narrow(org.omg.CORBA.Object obj)
          Narrow CORBA::Object to EventChannelFactory
static EventChannelFactory read(org.omg.CORBA.portable.InputStream istream)
          Read EventChannelFactory from a marshalled stream
static org.omg.CORBA.TypeCode type()
          Return the EventChannelFactory TypeCode
static EventChannelFactory unchecked_narrow(org.omg.CORBA.Object obj)
          Unchecked Narrow CORBA::Object to EventChannelFactory
static void write(org.omg.CORBA.portable.OutputStream ostream, EventChannelFactory value)
          Write EventChannelFactory into a marshalled stream
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

EventChannelFactoryHelper

public EventChannelFactoryHelper()
Method Detail

insert

public static void insert(org.omg.CORBA.Any a,
                          EventChannelFactory t)
Insert EventChannelFactory into an any

Parameters:
a - an any
t - EventChannelFactory value

extract

public static EventChannelFactory extract(org.omg.CORBA.Any a)
Extract EventChannelFactory from an any

Parameters:
a - an any
Returns:
the extracted EventChannelFactory value

type

public static org.omg.CORBA.TypeCode type()
Return the EventChannelFactory TypeCode

Returns:
a TypeCode

id

public static java.lang.String id()
Return the EventChannelFactory IDL ID

Returns:
an ID

read

public static EventChannelFactory read(org.omg.CORBA.portable.InputStream istream)
Read EventChannelFactory from a marshalled stream

Parameters:
istream - the input stream
Returns:
the readed EventChannelFactory value

write

public static void write(org.omg.CORBA.portable.OutputStream ostream,
                         EventChannelFactory value)
Write EventChannelFactory into a marshalled stream

Parameters:
ostream - the output stream
value - EventChannelFactory value

narrow

public static EventChannelFactory narrow(org.omg.CORBA.Object obj)
Narrow CORBA::Object to EventChannelFactory

Parameters:
obj - the CORBA Object
Returns:
EventChannelFactory Object

unchecked_narrow

public static EventChannelFactory unchecked_narrow(org.omg.CORBA.Object obj)
Unchecked Narrow CORBA::Object to EventChannelFactory

Parameters:
obj - the CORBA Object
Returns:
EventChannelFactory Object