org.openorb.notify.persistence
Class FilterAdminHomeHelper

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

public class FilterAdminHomeHelper
extends java.lang.Object

Helper class for : FilterAdminHome

Author:
OpenORB Compiler

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

Constructor Detail

FilterAdminHomeHelper

public FilterAdminHomeHelper()
Method Detail

insert

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

Parameters:
a - an any
t - FilterAdminHome value

extract

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

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

type

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

Returns:
a TypeCode

id

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

Returns:
an ID

read

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

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

write

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

Parameters:
ostream - the output stream
value - FilterAdminHome value

narrow

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

Parameters:
obj - the CORBA Object
Returns:
FilterAdminHome Object

unchecked_narrow

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

Parameters:
obj - the CORBA Object
Returns:
FilterAdminHome Object