org.omg.CosTrading
Class TraderComponentsHelper

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

public class TraderComponentsHelper
extends java.lang.Object

Helper class for : TraderComponents

Author:
OpenORB Compiler

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

Constructor Detail

TraderComponentsHelper

public TraderComponentsHelper()
Method Detail

insert

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

Parameters:
a - an any
t - TraderComponents value

extract

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

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

type

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

Returns:
a TypeCode

id

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

Returns:
an ID

read

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

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

write

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

Parameters:
ostream - the output stream
value - TraderComponents value

narrow

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

Parameters:
obj - the CORBA Object
Returns:
TraderComponents Object

unchecked_narrow

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

Parameters:
obj - the CORBA Object
Returns:
TraderComponents Object