org.openorb.notify.persistence
Class MappingFilterHomeHelper

java.lang.Object
  extended by org.openorb.notify.persistence.MappingFilterHomeHelper

public class MappingFilterHomeHelper
extends java.lang.Object

Helper class for : MappingFilterHome

Author:
OpenORB Compiler

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

Constructor Detail

MappingFilterHomeHelper

public MappingFilterHomeHelper()
Method Detail

insert

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

Parameters:
a - an any
t - MappingFilterHome value

extract

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

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

type

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

Returns:
a TypeCode

id

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

Returns:
an ID

read

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

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

write

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

Parameters:
ostream - the output stream
value - MappingFilterHome value

narrow

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

Parameters:
obj - the CORBA Object
Returns:
MappingFilterHome Object

unchecked_narrow

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

Parameters:
obj - the CORBA Object
Returns:
MappingFilterHome Object