org.openorb.notify.persistence
Class EventHomeHelper

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

public class EventHomeHelper
extends java.lang.Object

Helper class for : EventHome

Author:
OpenORB Compiler

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

Constructor Detail

EventHomeHelper

public EventHomeHelper()
Method Detail

insert

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

Parameters:
a - an any
t - EventHome value

extract

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

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

type

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

Returns:
a TypeCode

id

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

Returns:
an ID

read

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

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

write

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

Parameters:
ostream - the output stream
value - EventHome value

narrow

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

Parameters:
obj - the CORBA Object
Returns:
EventHome Object

unchecked_narrow

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

Parameters:
obj - the CORBA Object
Returns:
EventHome Object