org.omg.CosPersistentState
Class CatalogBaseHelper

java.lang.Object
  |
  +--org.omg.CosPersistentState.CatalogBaseHelper

public class CatalogBaseHelper
extends java.lang.Object

Helper class for : CatalogBase

Author:
OpenORB Compiler

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

Constructor Detail

CatalogBaseHelper

public CatalogBaseHelper()
Method Detail

insert

public static void insert(org.omg.CORBA.Any a,
                          CatalogBase t)
Insert CatalogBase into an any
Parameters:
a - an any
t - CatalogBase value

extract

public static CatalogBase extract(org.omg.CORBA.Any a)
Extract CatalogBase from an any
Parameters:
a - an any
Returns:
the extracted CatalogBase value

type

public static org.omg.CORBA.TypeCode type()
Return the CatalogBase TypeCode
Returns:
a TypeCode

id

public static java.lang.String id()
Return the CatalogBase IDL ID
Returns:
an ID

read

public static CatalogBase read(org.omg.CORBA.portable.InputStream istream)
Read CatalogBase from a marshalled stream
Parameters:
istream - the input stream
Returns:
the readed CatalogBase value

write

public static void write(org.omg.CORBA.portable.OutputStream ostream,
                         CatalogBase value)
Write CatalogBase into a marshalled stream
Parameters:
ostream - the output stream
value - CatalogBase value

narrow

public static CatalogBase narrow(org.omg.CORBA.Object obj)
Narrow CORBA::Object to CatalogBase
Parameters:
obj - the CORBA Object
Returns:
CatalogBase Object

unchecked_narrow

public static CatalogBase unchecked_narrow(org.omg.CORBA.Object obj)
Unchecked Narrow CORBA::Object to CatalogBase
Parameters:
obj - the CORBA Object
Returns:
CatalogBase Object