org.omg.CosTransactions

Class otid_tHelper

public class otid_tHelper extends Object

Helper class for : otid_t

Author: OpenORB Compiler

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

Method Detail

extract

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

Parameters: a an any

Returns: the extracted otid_t value

id

public static String id()
Return the otid_t IDL ID

Returns: an ID

insert

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

Parameters: a an any t otid_t value

read

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

Parameters: istream the input stream

Returns: the readed otid_t value

type

public static TypeCode type()
Return the otid_t TypeCode

Returns: a TypeCode

write

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

Parameters: ostream the output stream value otid_t value