org.omg.CosNotifyComm

Class PullSupplierHelper

public class PullSupplierHelper extends Object

Helper class for : PullSupplier

Author: OpenORB Compiler

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

Method Detail

extract

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

Parameters: a an any

Returns: the extracted PullSupplier value

id

public static String id()
Return the PullSupplier IDL ID

Returns: an ID

insert

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

Parameters: a an any t PullSupplier value

narrow

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

Parameters: obj the CORBA Object

Returns: PullSupplier Object

read

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

Parameters: istream the input stream

Returns: the readed PullSupplier value

type

public static TypeCode type()
Return the PullSupplier TypeCode

Returns: a TypeCode

unchecked_narrow

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

Parameters: obj the CORBA Object

Returns: PullSupplier Object

write

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

Parameters: ostream the output stream value PullSupplier value