org.openorb.notify.persistence

Class EventQueueHomeHelper

public class EventQueueHomeHelper extends Object

Helper class for : EventQueueHome

Author: OpenORB Compiler

Method Summary
static EventQueueHomeextract(Any a)
Extract EventQueueHome from an any
static Stringid()
Return the EventQueueHome IDL ID
static voidinsert(Any a, EventQueueHome t)
Insert EventQueueHome into an any
static EventQueueHomenarrow(Object obj)
Narrow CORBA::Object to EventQueueHome
static EventQueueHomeread(InputStream istream)
Read EventQueueHome from a marshalled stream
static TypeCodetype()
Return the EventQueueHome TypeCode
static EventQueueHomeunchecked_narrow(Object obj)
Unchecked Narrow CORBA::Object to EventQueueHome
static voidwrite(OutputStream ostream, EventQueueHome value)
Write EventQueueHome into a marshalled stream

Method Detail

extract

public static EventQueueHome extract(Any a)
Extract EventQueueHome from an any

Parameters: a an any

Returns: the extracted EventQueueHome value

id

public static String id()
Return the EventQueueHome IDL ID

Returns: an ID

insert

public static void insert(Any a, EventQueueHome t)
Insert EventQueueHome into an any

Parameters: a an any t EventQueueHome value

narrow

public static EventQueueHome narrow(Object obj)
Narrow CORBA::Object to EventQueueHome

Parameters: obj the CORBA Object

Returns: EventQueueHome Object

read

public static EventQueueHome read(InputStream istream)
Read EventQueueHome from a marshalled stream

Parameters: istream the input stream

Returns: the readed EventQueueHome value

type

public static TypeCode type()
Return the EventQueueHome TypeCode

Returns: a TypeCode

unchecked_narrow

public static EventQueueHome unchecked_narrow(Object obj)
Unchecked Narrow CORBA::Object to EventQueueHome

Parameters: obj the CORBA Object

Returns: EventQueueHome Object

write

public static void write(OutputStream ostream, EventQueueHome value)
Write EventQueueHome into a marshalled stream

Parameters: ostream the output stream value EventQueueHome value