org.omg.CosTransactions

Class InactiveHelper

public class InactiveHelper extends Object

Helper class for : Inactive

Author: OpenORB Compiler

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

Method Detail

extract

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

Parameters: a an any

Returns: the extracted Inactive value

id

public static String id()
Return the Inactive IDL ID

Returns: an ID

insert

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

Parameters: a an any t Inactive value

read

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

Parameters: istream the input stream

Returns: the readed Inactive value

type

public static TypeCode type()
Return the Inactive TypeCode

Returns: a TypeCode

write

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

Parameters: ostream the output stream value Inactive value