org.omg.CosNotifyComm

Class PushSupplierHelper

public class PushSupplierHelper extends Object

Helper class for : PushSupplier

Author: OpenORB Compiler

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

Method Detail

extract

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

Parameters: a an any

Returns: the extracted PushSupplier value

id

public static String id()
Return the PushSupplier IDL ID

Returns: an ID

insert

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

Parameters: a an any t PushSupplier value

narrow

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

Parameters: obj the CORBA Object

Returns: PushSupplier Object

read

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

Parameters: istream the input stream

Returns: the readed PushSupplier value

type

public static TypeCode type()
Return the PushSupplier TypeCode

Returns: a TypeCode

unchecked_narrow

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

Parameters: obj the CORBA Object

Returns: PushSupplier Object

write

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

Parameters: ostream the output stream value PushSupplier value