org.omg.CosTypedNotifyChannelAdmin
Class TypedEventChannelFactoryHelper

java.lang.Object
  extended by org.omg.CosTypedNotifyChannelAdmin.TypedEventChannelFactoryHelper

public class TypedEventChannelFactoryHelper
extends java.lang.Object

Helper class for : TypedEventChannelFactory

Author:
OpenORB Compiler

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

Constructor Detail

TypedEventChannelFactoryHelper

public TypedEventChannelFactoryHelper()
Method Detail

insert

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

Parameters:
a - an any
t - TypedEventChannelFactory value

extract

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

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

type

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

Returns:
a TypeCode

id

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

Returns:
an ID

read

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

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

write

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

Parameters:
ostream - the output stream
value - TypedEventChannelFactory value

narrow

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

Parameters:
obj - the CORBA Object
Returns:
TypedEventChannelFactory Object

unchecked_narrow

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

Parameters:
obj - the CORBA Object
Returns:
TypedEventChannelFactory Object