org.omg.CosTransactions

Class NotSubtransactionHelper

public class NotSubtransactionHelper extends Object

Helper class for : NotSubtransaction

Author: OpenORB Compiler

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

Method Detail

extract

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

Parameters: a an any

Returns: the extracted NotSubtransaction value

id

public static String id()
Return the NotSubtransaction IDL ID

Returns: an ID

insert

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

Parameters: a an any t NotSubtransaction value

read

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

Parameters: istream the input stream

Returns: the readed NotSubtransaction value

type

public static TypeCode type()
Return the NotSubtransaction TypeCode

Returns: a TypeCode

write

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

Parameters: ostream the output stream value NotSubtransaction value