org.omg.CosNotifyChannelAdmin

Class ProxyPushConsumerHelper

public class ProxyPushConsumerHelper extends Object

Helper class for : ProxyPushConsumer

Author: OpenORB Compiler

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

Method Detail

extract

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

Parameters: a an any

Returns: the extracted ProxyPushConsumer value

id

public static String id()
Return the ProxyPushConsumer IDL ID

Returns: an ID

insert

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

Parameters: a an any t ProxyPushConsumer value

narrow

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

Parameters: obj the CORBA Object

Returns: ProxyPushConsumer Object

read

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

Parameters: istream the input stream

Returns: the readed ProxyPushConsumer value

type

public static TypeCode type()
Return the ProxyPushConsumer TypeCode

Returns: a TypeCode

unchecked_narrow

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

Parameters: obj the CORBA Object

Returns: ProxyPushConsumer Object

write

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

Parameters: ostream the output stream value ProxyPushConsumer value