org.omg.CosNotifyFilter

Class FilterNotFoundHelper

public class FilterNotFoundHelper extends Object

Helper class for : FilterNotFound

Author: OpenORB Compiler

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

Method Detail

extract

public static FilterNotFound extract(Any a)
Extract FilterNotFound from an any

Parameters: a an any

Returns: the extracted FilterNotFound value

id

public static String id()
Return the FilterNotFound IDL ID

Returns: an ID

insert

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

Parameters: a an any t FilterNotFound value

read

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

Parameters: istream the input stream

Returns: the readed FilterNotFound value

type

public static TypeCode type()
Return the FilterNotFound TypeCode

Returns: a TypeCode

write

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

Parameters: ostream the output stream value FilterNotFound value