org.omg.CosPersistentState
Class StorageHomeBaseHelper

java.lang.Object
  extended by org.omg.CosPersistentState.StorageHomeBaseHelper

public class StorageHomeBaseHelper
extends java.lang.Object

Helper class for : StorageHomeBase

Author:
OpenORB Compiler

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

Constructor Detail

StorageHomeBaseHelper

public StorageHomeBaseHelper()
Method Detail

insert

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

Parameters:
a - an any
t - StorageHomeBase value

extract

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

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

type

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

Returns:
a TypeCode

id

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

Returns:
an ID

read

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

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

write

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

Parameters:
ostream - the output stream
value - StorageHomeBase value

narrow

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

Parameters:
obj - the CORBA Object
Returns:
StorageHomeBase Object

unchecked_narrow

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

Parameters:
obj - the CORBA Object
Returns:
StorageHomeBase Object