org.omg.CosNotifyComm

Class PushConsumerHelper

public class PushConsumerHelper extends Object

Helper class for : PushConsumer

Author: OpenORB Compiler

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

Method Detail

extract

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

Parameters: a an any

Returns: the extracted PushConsumer value

id

public static String id()
Return the PushConsumer IDL ID

Returns: an ID

insert

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

Parameters: a an any t PushConsumer value

narrow

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

Parameters: obj the CORBA Object

Returns: PushConsumer Object

read

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

Parameters: istream the input stream

Returns: the readed PushConsumer value

type

public static TypeCode type()
Return the PushConsumer TypeCode

Returns: a TypeCode

unchecked_narrow

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

Parameters: obj the CORBA Object

Returns: PushConsumer Object

write

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

Parameters: ostream the output stream value PushConsumer value