org.omg.CosTrading
Class LookupHelper

java.lang.Object
  extended by org.omg.CosTrading.LookupHelper

public class LookupHelper
extends java.lang.Object

Helper class for : Lookup

Author:
OpenORB Compiler

Constructor Summary
LookupHelper()
           
 
Method Summary
static Lookup extract(org.omg.CORBA.Any a)
          Extract Lookup from an any
static java.lang.String id()
          Return the Lookup IDL ID
static void insert(org.omg.CORBA.Any a, Lookup t)
          Insert Lookup into an any
static Lookup narrow(org.omg.CORBA.Object obj)
          Narrow CORBA::Object to Lookup
static Lookup read(org.omg.CORBA.portable.InputStream istream)
          Read Lookup from a marshalled stream
static org.omg.CORBA.TypeCode type()
          Return the Lookup TypeCode
static Lookup unchecked_narrow(org.omg.CORBA.Object obj)
          Unchecked Narrow CORBA::Object to Lookup
static void write(org.omg.CORBA.portable.OutputStream ostream, Lookup value)
          Write Lookup into a marshalled stream
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

LookupHelper

public LookupHelper()
Method Detail

insert

public static void insert(org.omg.CORBA.Any a,
                          Lookup t)
Insert Lookup into an any

Parameters:
a - an any
t - Lookup value

extract

public static Lookup extract(org.omg.CORBA.Any a)
Extract Lookup from an any

Parameters:
a - an any
Returns:
the extracted Lookup value

type

public static org.omg.CORBA.TypeCode type()
Return the Lookup TypeCode

Returns:
a TypeCode

id

public static java.lang.String id()
Return the Lookup IDL ID

Returns:
an ID

read

public static Lookup read(org.omg.CORBA.portable.InputStream istream)
Read Lookup from a marshalled stream

Parameters:
istream - the input stream
Returns:
the readed Lookup value

write

public static void write(org.omg.CORBA.portable.OutputStream ostream,
                         Lookup value)
Write Lookup into a marshalled stream

Parameters:
ostream - the output stream
value - Lookup value

narrow

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

Parameters:
obj - the CORBA Object
Returns:
Lookup Object

unchecked_narrow

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

Parameters:
obj - the CORBA Object
Returns:
Lookup Object