org.openorb.ir.persistence
Class NativeDefHomeHelper

java.lang.Object
  |
  +--org.openorb.ir.persistence.NativeDefHomeHelper

public class NativeDefHomeHelper
extends java.lang.Object

Helper class for : NativeDefHome

Author:
OpenORB Compiler

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

Constructor Detail

NativeDefHomeHelper

public NativeDefHomeHelper()
Method Detail

insert

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

extract

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

type

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

id

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

read

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

write

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

narrow

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

unchecked_narrow

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