org.omg.CosNotifyChannelAdmin

Class ProxyConsumerHelper

public class ProxyConsumerHelper extends Object

Helper class for : ProxyConsumer

Author: OpenORB Compiler

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

Method Detail

extract

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

Parameters: a an any

Returns: the extracted ProxyConsumer value

id

public static String id()
Return the ProxyConsumer IDL ID

Returns: an ID

insert

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

Parameters: a an any t ProxyConsumer value

narrow

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

Parameters: obj the CORBA Object

Returns: ProxyConsumer Object

read

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

Parameters: istream the input stream

Returns: the readed ProxyConsumer value

type

public static TypeCode type()
Return the ProxyConsumer TypeCode

Returns: a TypeCode

unchecked_narrow

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

Parameters: obj the CORBA Object

Returns: ProxyConsumer Object

write

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

Parameters: ostream the output stream value ProxyConsumer value