org.omg.CosTransactions

Class NotPreparedHelper

public class NotPreparedHelper extends Object

Helper class for : NotPrepared

Author: OpenORB Compiler

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

Method Detail

extract

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

Parameters: a an any

Returns: the extracted NotPrepared value

id

public static String id()
Return the NotPrepared IDL ID

Returns: an ID

insert

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

Parameters: a an any t NotPrepared value

read

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

Parameters: istream the input stream

Returns: the readed NotPrepared value

type

public static TypeCode type()
Return the NotPrepared TypeCode

Returns: a TypeCode

write

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

Parameters: ostream the output stream value NotPrepared value