org.omg.CosNotifyChannelAdmin

Class AdminIDHelper

public class AdminIDHelper extends Object

Helper class for : AdminID

Author: OpenORB Compiler

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

Method Detail

extract

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

Parameters: a an any

Returns: the extracted AdminID value

id

public static String id()
Return the AdminID IDL ID

Returns: an ID

insert

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

Parameters: a an any t AdminID value

read

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

Parameters: istream the input stream

Returns: the readed AdminID value

type

public static TypeCode type()
Return the AdminID TypeCode

Returns: a TypeCode

write

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

Parameters: ostream the output stream value AdminID value