org.openorb.notify.persistence
Class EventChannelHomeHelper

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

public class EventChannelHomeHelper
extends java.lang.Object

Helper class for : EventChannelHome

Author:
OpenORB Compiler

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

Constructor Detail

EventChannelHomeHelper

public EventChannelHomeHelper()
Method Detail

insert

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

Parameters:
a - an any
t - EventChannelHome value

extract

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

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

type

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

Returns:
a TypeCode

id

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

Returns:
an ID

read

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

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

write

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

Parameters:
ostream - the output stream
value - EventChannelHome value

narrow

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

Parameters:
obj - the CORBA Object
Returns:
EventChannelHome Object

unchecked_narrow

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

Parameters:
obj - the CORBA Object
Returns:
EventChannelHome Object