org.omg.CosTypedNotifyChannelAdmin

Class TypedProxyPullConsumerHelper

public class TypedProxyPullConsumerHelper extends Object

Helper class for : TypedProxyPullConsumer

Author: OpenORB Compiler

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

Method Detail

extract

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

Parameters: a an any

Returns: the extracted TypedProxyPullConsumer value

id

public static String id()
Return the TypedProxyPullConsumer IDL ID

Returns: an ID

insert

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

Parameters: a an any t TypedProxyPullConsumer value

narrow

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

Parameters: obj the CORBA Object

Returns: TypedProxyPullConsumer Object

read

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

Parameters: istream the input stream

Returns: the readed TypedProxyPullConsumer value

type

public static TypeCode type()
Return the TypedProxyPullConsumer TypeCode

Returns: a TypeCode

unchecked_narrow

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

Parameters: obj the CORBA Object

Returns: TypedProxyPullConsumer Object

write

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

Parameters: ostream the output stream value TypedProxyPullConsumer value