org.openorb.ots

Class XAConnectionHandleHelper

public class XAConnectionHandleHelper extends Object

Helper class for : XAConnectionHandle

Author: OpenORB Compiler

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

Method Detail

extract

public static XAConnection extract(Any a)
Extract XAConnectionHandle from an any

Parameters: a an any

Returns: the extracted XAConnectionHandle value

id

public static String id()
Return the XAConnectionHandle IDL ID

Returns: an ID

insert

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

Parameters: a an any t XAConnectionHandle value

read

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

Parameters: istream the input stream

Returns: the readed XAConnectionHandle value

type

public static TypeCode type()
Return the XAConnectionHandle TypeCode

Returns: a TypeCode

write

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

Parameters: ostream the output stream value XAConnectionHandle value