org.omg.CosTransactions

Class UnavailableHelper

public class UnavailableHelper extends Object

Helper class for : Unavailable

Author: OpenORB Compiler

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

Method Detail

extract

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

Parameters: a an any

Returns: the extracted Unavailable value

id

public static String id()
Return the Unavailable IDL ID

Returns: an ID

insert

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

Parameters: a an any t Unavailable value

read

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

Parameters: istream the input stream

Returns: the readed Unavailable value

type

public static TypeCode type()
Return the Unavailable TypeCode

Returns: a TypeCode

write

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

Parameters: ostream the output stream value Unavailable value