org.omg.CosTypedNotifyChannelAdmin

Class TypedEventChannelFactoryHelper

public class TypedEventChannelFactoryHelper extends Object

Helper class for : TypedEventChannelFactory

Author: OpenORB Compiler

Method Summary
static TypedEventChannelFactoryextract(Any a)
Extract TypedEventChannelFactory from an any
static Stringid()
Return the TypedEventChannelFactory IDL ID
static voidinsert(Any a, TypedEventChannelFactory t)
Insert TypedEventChannelFactory into an any
static TypedEventChannelFactorynarrow(Object obj)
Narrow CORBA::Object to TypedEventChannelFactory
static TypedEventChannelFactoryread(InputStream istream)
Read TypedEventChannelFactory from a marshalled stream
static TypeCodetype()
Return the TypedEventChannelFactory TypeCode
static TypedEventChannelFactoryunchecked_narrow(Object obj)
Unchecked Narrow CORBA::Object to TypedEventChannelFactory
static voidwrite(OutputStream ostream, TypedEventChannelFactory value)
Write TypedEventChannelFactory into a marshalled stream

Method Detail

extract

public static TypedEventChannelFactory extract(Any a)
Extract TypedEventChannelFactory from an any

Parameters: a an any

Returns: the extracted TypedEventChannelFactory value

id

public static String id()
Return the TypedEventChannelFactory IDL ID

Returns: an ID

insert

public static void insert(Any a, TypedEventChannelFactory t)
Insert TypedEventChannelFactory into an any

Parameters: a an any t TypedEventChannelFactory value

narrow

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

Parameters: obj the CORBA Object

Returns: TypedEventChannelFactory Object

read

public static TypedEventChannelFactory read(InputStream istream)
Read TypedEventChannelFactory from a marshalled stream

Parameters: istream the input stream

Returns: the readed TypedEventChannelFactory value

type

public static TypeCode type()
Return the TypedEventChannelFactory TypeCode

Returns: a TypeCode

unchecked_narrow

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

Parameters: obj the CORBA Object

Returns: TypedEventChannelFactory Object

write

public static void write(OutputStream ostream, TypedEventChannelFactory value)
Write TypedEventChannelFactory into a marshalled stream

Parameters: ostream the output stream value TypedEventChannelFactory value