org.omg.CosNotifyFilter

Class CallbackIDHelper

public class CallbackIDHelper extends Object

Helper class for : CallbackID

Author: OpenORB Compiler

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

Method Detail

extract

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

Parameters: a an any

Returns: the extracted CallbackID value

id

public static String id()
Return the CallbackID IDL ID

Returns: an ID

insert

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

Parameters: a an any t CallbackID value

read

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

Parameters: istream the input stream

Returns: the readed CallbackID value

type

public static TypeCode type()
Return the CallbackID TypeCode

Returns: a TypeCode

write

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

Parameters: ostream the output stream value CallbackID value