org.omg.CosNotifyChannelAdmin

Class ChannelIDHelper

public class ChannelIDHelper extends Object

Helper class for : ChannelID

Author: OpenORB Compiler

Method Summary
static intextract(Any a)
Extract ChannelID from an any
static Stringid()
Return the ChannelID IDL ID
static voidinsert(Any a, int t)
Insert ChannelID into an any
static intread(InputStream istream)
Read ChannelID from a marshalled stream
static TypeCodetype()
Return the ChannelID TypeCode
static voidwrite(OutputStream ostream, int value)
Write ChannelID into a marshalled stream

Method Detail

extract

public static int extract(Any a)
Extract ChannelID from an any

Parameters: a an any

Returns: the extracted ChannelID value

id

public static String id()
Return the ChannelID IDL ID

Returns: an ID

insert

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

Parameters: a an any t ChannelID value

read

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

Parameters: istream the input stream

Returns: the readed ChannelID value

type

public static TypeCode type()
Return the ChannelID TypeCode

Returns: a TypeCode

write

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

Parameters: ostream the output stream value ChannelID value