org.omg.CosNotifyFilter
Class FilterFactoryHelper

java.lang.Object
  extended by org.omg.CosNotifyFilter.FilterFactoryHelper

public class FilterFactoryHelper
extends java.lang.Object

Helper class for : FilterFactory

Author:
OpenORB Compiler

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

Constructor Detail

FilterFactoryHelper

public FilterFactoryHelper()
Method Detail

insert

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

Parameters:
a - an any
t - FilterFactory value

extract

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

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

type

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

Returns:
a TypeCode

id

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

Returns:
an ID

read

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

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

write

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

Parameters:
ostream - the output stream
value - FilterFactory value

narrow

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

Parameters:
obj - the CORBA Object
Returns:
FilterFactory Object

unchecked_narrow

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

Parameters:
obj - the CORBA Object
Returns:
FilterFactory Object