org.omg.CosTrading

Class LookupHelper

public class LookupHelper extends Object

Helper class for : Lookup

Author: OpenORB Compiler

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

Method Detail

extract

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

Parameters: a an any

Returns: the extracted Lookup value

id

public static String id()
Return the Lookup IDL ID

Returns: an ID

insert

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

Parameters: a an any t Lookup value

narrow

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

Parameters: obj the CORBA Object

Returns: Lookup Object

read

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

Parameters: istream the input stream

Returns: the readed Lookup value

type

public static TypeCode type()
Return the Lookup TypeCode

Returns: a TypeCode

unchecked_narrow

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

Parameters: obj the CORBA Object

Returns: Lookup Object

write

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

Parameters: ostream the output stream value Lookup value