org.omg.CosTypedNotifyChannelAdmin

Class TypedProxyPushConsumerHelper

public class TypedProxyPushConsumerHelper extends Object

Helper class for : TypedProxyPushConsumer

Author: OpenORB Compiler

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

Method Detail

extract

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

Parameters: a an any

Returns: the extracted TypedProxyPushConsumer value

id

public static String id()
Return the TypedProxyPushConsumer IDL ID

Returns: an ID

insert

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

Parameters: a an any t TypedProxyPushConsumer value

narrow

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

Parameters: obj the CORBA Object

Returns: TypedProxyPushConsumer Object

read

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

Parameters: istream the input stream

Returns: the readed TypedProxyPushConsumer value

type

public static TypeCode type()
Return the TypedProxyPushConsumer TypeCode

Returns: a TypeCode

unchecked_narrow

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

Parameters: obj the CORBA Object

Returns: TypedProxyPushConsumer Object

write

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

Parameters: ostream the output stream value TypedProxyPushConsumer value