org.omg.CosNotifyFilter

Class FilterIDHelper

public class FilterIDHelper extends Object

Helper class for : FilterID

Author: OpenORB Compiler

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

Method Detail

extract

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

Parameters: a an any

Returns: the extracted FilterID value

id

public static String id()
Return the FilterID IDL ID

Returns: an ID

insert

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

Parameters: a an any t FilterID value

read

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

Parameters: istream the input stream

Returns: the readed FilterID value

type

public static TypeCode type()
Return the FilterID TypeCode

Returns: a TypeCode

write

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

Parameters: ostream the output stream value FilterID value