org.omg.CosTypedNotifyChannelAdmin

Class TypedEventChannelHelper

public class TypedEventChannelHelper extends Object

Helper class for : TypedEventChannel

Author: OpenORB Compiler

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

Method Detail

extract

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

Parameters: a an any

Returns: the extracted TypedEventChannel value

id

public static String id()
Return the TypedEventChannel IDL ID

Returns: an ID

insert

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

Parameters: a an any t TypedEventChannel value

narrow

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

Parameters: obj the CORBA Object

Returns: TypedEventChannel Object

read

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

Parameters: istream the input stream

Returns: the readed TypedEventChannel value

type

public static TypeCode type()
Return the TypedEventChannel TypeCode

Returns: a TypeCode

unchecked_narrow

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

Parameters: obj the CORBA Object

Returns: TypedEventChannel Object

write

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

Parameters: ostream the output stream value TypedEventChannel value