org.omg.CosNotifyChannelAdmin

Class ProxyPullConsumerHelper

public class ProxyPullConsumerHelper extends Object

Helper class for : ProxyPullConsumer

Author: OpenORB Compiler

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

Method Detail

extract

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

Parameters: a an any

Returns: the extracted ProxyPullConsumer value

id

public static String id()
Return the ProxyPullConsumer IDL ID

Returns: an ID

insert

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

Parameters: a an any t ProxyPullConsumer value

narrow

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

Parameters: obj the CORBA Object

Returns: ProxyPullConsumer Object

read

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

Parameters: istream the input stream

Returns: the readed ProxyPullConsumer value

type

public static TypeCode type()
Return the ProxyPullConsumer TypeCode

Returns: a TypeCode

unchecked_narrow

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

Parameters: obj the CORBA Object

Returns: ProxyPullConsumer Object

write

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

Parameters: ostream the output stream value ProxyPullConsumer value