org.omg.CosTransactions

Class InvalidControlHelper

public class InvalidControlHelper extends Object

Helper class for : InvalidControl

Author: OpenORB Compiler

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

Method Detail

extract

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

Parameters: a an any

Returns: the extracted InvalidControl value

id

public static String id()
Return the InvalidControl IDL ID

Returns: an ID

insert

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

Parameters: a an any t InvalidControl value

read

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

Parameters: istream the input stream

Returns: the readed InvalidControl value

type

public static TypeCode type()
Return the InvalidControl TypeCode

Returns: a TypeCode

write

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

Parameters: ostream the output stream value InvalidControl value