org.omg.CosNotifyFilter

Class CallbackIDSeqHelper

public class CallbackIDSeqHelper extends Object

Helper class for : CallbackIDSeq

Author: OpenORB Compiler

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

Method Detail

extract

public static int[] extract(Any a)
Extract CallbackIDSeq from an any

Parameters: a an any

Returns: the extracted CallbackIDSeq value

id

public static String id()
Return the CallbackIDSeq IDL ID

Returns: an ID

insert

public static void insert(Any a, int[] t)
Insert CallbackIDSeq into an any

Parameters: a an any t CallbackIDSeq value

read

public static int[] read(InputStream istream)
Read CallbackIDSeq from a marshalled stream

Parameters: istream the input stream

Returns: the readed CallbackIDSeq value

type

public static TypeCode type()
Return the CallbackIDSeq TypeCode

Returns: a TypeCode

write

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

Parameters: ostream the output stream value CallbackIDSeq value