org.omg.CosTransactions

Class NoTransactionHelper

public class NoTransactionHelper extends Object

Helper class for : NoTransaction

Author: OpenORB Compiler

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

Method Detail

extract

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

Parameters: a an any

Returns: the extracted NoTransaction value

id

public static String id()
Return the NoTransaction IDL ID

Returns: an ID

insert

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

Parameters: a an any t NoTransaction value

read

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

Parameters: istream the input stream

Returns: the readed NoTransaction value

type

public static TypeCode type()
Return the NoTransaction TypeCode

Returns: a TypeCode

write

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

Parameters: ostream the output stream value NoTransaction value