org.omg.CosTypedNotifyComm

Class TypedPushConsumerHelper

public class TypedPushConsumerHelper extends Object

Helper class for : TypedPushConsumer

Author: OpenORB Compiler

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

Method Detail

extract

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

Parameters: a an any

Returns: the extracted TypedPushConsumer value

id

public static String id()
Return the TypedPushConsumer IDL ID

Returns: an ID

insert

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

Parameters: a an any t TypedPushConsumer value

narrow

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

Parameters: obj the CORBA Object

Returns: TypedPushConsumer Object

read

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

Parameters: istream the input stream

Returns: the readed TypedPushConsumer value

type

public static TypeCode type()
Return the TypedPushConsumer TypeCode

Returns: a TypeCode

unchecked_narrow

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

Parameters: obj the CORBA Object

Returns: TypedPushConsumer Object

write

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

Parameters: ostream the output stream value TypedPushConsumer value