org.omg.CosTransactions

Class TransIdentityHelper

public class TransIdentityHelper extends Object

Helper class for : TransIdentity

Author: OpenORB Compiler

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

Method Detail

extract

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

Parameters: a an any

Returns: the extracted TransIdentity value

id

public static String id()
Return the TransIdentity IDL ID

Returns: an ID

insert

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

Parameters: a an any t TransIdentity value

read

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

Parameters: istream the input stream

Returns: the readed TransIdentity value

type

public static TypeCode type()
Return the TransIdentity TypeCode

Returns: a TypeCode

write

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

Parameters: ostream the output stream value TransIdentity value