org.omg.CosEventChannelAdmin

Class TypeErrorHelper

public class TypeErrorHelper extends Object

Helper class for : TypeError

Author: OpenORB Compiler

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

Method Detail

extract

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

Parameters: a an any

Returns: the extracted TypeError value

id

public static String id()
Return the TypeError IDL ID

Returns: an ID

insert

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

Parameters: a an any t TypeError value

read

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

Parameters: istream the input stream

Returns: the readed TypeError value

type

public static TypeCode type()
Return the TypeError TypeCode

Returns: a TypeCode

write

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

Parameters: ostream the output stream value TypeError value