org.omg.CosTrading

Class TraderComponentsHelper

public class TraderComponentsHelper extends Object

Helper class for : TraderComponents

Author: OpenORB Compiler

Method Summary
static TraderComponentsextract(Any a)
Extract TraderComponents from an any
static Stringid()
Return the TraderComponents IDL ID
static voidinsert(Any a, TraderComponents t)
Insert TraderComponents into an any
static TraderComponentsnarrow(Object obj)
Narrow CORBA::Object to TraderComponents
static TraderComponentsread(InputStream istream)
Read TraderComponents from a marshalled stream
static TypeCodetype()
Return the TraderComponents TypeCode
static TraderComponentsunchecked_narrow(Object obj)
Unchecked Narrow CORBA::Object to TraderComponents
static voidwrite(OutputStream ostream, TraderComponents value)
Write TraderComponents into a marshalled stream

Method Detail

extract

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

Parameters: a an any

Returns: the extracted TraderComponents value

id

public static String id()
Return the TraderComponents IDL ID

Returns: an ID

insert

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

Parameters: a an any t TraderComponents value

narrow

public static TraderComponents narrow(Object obj)
Narrow CORBA::Object to TraderComponents

Parameters: obj the CORBA Object

Returns: TraderComponents Object

read

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

Parameters: istream the input stream

Returns: the readed TraderComponents value

type

public static TypeCode type()
Return the TraderComponents TypeCode

Returns: a TypeCode

unchecked_narrow

public static TraderComponents unchecked_narrow(Object obj)
Unchecked Narrow CORBA::Object to TraderComponents

Parameters: obj the CORBA Object

Returns: TraderComponents Object

write

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

Parameters: ostream the output stream value TraderComponents value