org.omg.CosEventChannelAdmin

Class EventChannelHelper

public class EventChannelHelper extends Object

Helper class for : EventChannel

Author: OpenORB Compiler

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

Method Detail

extract

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

Parameters: a an any

Returns: the extracted EventChannel value

id

public static String id()
Return the EventChannel IDL ID

Returns: an ID

insert

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

Parameters: a an any t EventChannel value

narrow

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

Parameters: obj the CORBA Object

Returns: EventChannel Object

read

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

Parameters: istream the input stream

Returns: the readed EventChannel value

type

public static TypeCode type()
Return the EventChannel TypeCode

Returns: a TypeCode

unchecked_narrow

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

Parameters: obj the CORBA Object

Returns: EventChannel Object

write

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

Parameters: ostream the output stream value EventChannel value