org.omg.CosNotifyFilter

Class CallbackNotFoundHelper

public class CallbackNotFoundHelper extends Object

Helper class for : CallbackNotFound

Author: OpenORB Compiler

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

Method Detail

extract

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

Parameters: a an any

Returns: the extracted CallbackNotFound value

id

public static String id()
Return the CallbackNotFound IDL ID

Returns: an ID

insert

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

Parameters: a an any t CallbackNotFound value

read

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

Parameters: istream the input stream

Returns: the readed CallbackNotFound value

type

public static TypeCode type()
Return the CallbackNotFound TypeCode

Returns: a TypeCode

write

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

Parameters: ostream the output stream value CallbackNotFound value