org.omg.CosNotifyFilter
Class FilterHelper

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

public class FilterHelper
extends java.lang.Object

Helper class for : Filter

Author:
OpenORB Compiler

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

Constructor Detail

FilterHelper

public FilterHelper()
Method Detail

insert

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

Parameters:
a - an any
t - Filter value

extract

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

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

type

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

Returns:
a TypeCode

id

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

Returns:
an ID

read

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

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

write

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

Parameters:
ostream - the output stream
value - Filter value

narrow

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

Parameters:
obj - the CORBA Object
Returns:
Filter Object

unchecked_narrow

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

Parameters:
obj - the CORBA Object
Returns:
Filter Object