org.omg.CosNotification
Class FilterableEventBodyHelper

java.lang.Object
  extended by org.omg.CosNotification.FilterableEventBodyHelper

public class FilterableEventBodyHelper
extends java.lang.Object

Helper class for : FilterableEventBody

Author:
OpenORB Compiler

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

Constructor Detail

FilterableEventBodyHelper

public FilterableEventBodyHelper()
Method Detail

insert

public static void insert(org.omg.CORBA.Any a,
                          Property[] t)
Insert FilterableEventBody into an any

Parameters:
a - an any
t - FilterableEventBody value

extract

public static Property[] extract(org.omg.CORBA.Any a)
Extract FilterableEventBody from an any

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

type

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

Returns:
a TypeCode

id

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

Returns:
an ID

read

public static Property[] read(org.omg.CORBA.portable.InputStream istream)
Read FilterableEventBody from a marshalled stream

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

write

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

Parameters:
ostream - the output stream
value - FilterableEventBody value