org.openorb.notify.persistence

Class ProxyConsumerHomeHelper

public class ProxyConsumerHomeHelper extends Object

Helper class for : ProxyConsumerHome

Author: OpenORB Compiler

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

Method Detail

extract

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

Parameters: a an any

Returns: the extracted ProxyConsumerHome value

id

public static String id()
Return the ProxyConsumerHome IDL ID

Returns: an ID

insert

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

Parameters: a an any t ProxyConsumerHome value

narrow

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

Parameters: obj the CORBA Object

Returns: ProxyConsumerHome Object

read

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

Parameters: istream the input stream

Returns: the readed ProxyConsumerHome value

type

public static TypeCode type()
Return the ProxyConsumerHome TypeCode

Returns: a TypeCode

unchecked_narrow

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

Parameters: obj the CORBA Object

Returns: ProxyConsumerHome Object

write

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

Parameters: ostream the output stream value ProxyConsumerHome value