org.omg.CosTypedNotifyComm

Class TypedPullSupplierHelper

public class TypedPullSupplierHelper extends Object

Helper class for : TypedPullSupplier

Author: OpenORB Compiler

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

Method Detail

extract

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

Parameters: a an any

Returns: the extracted TypedPullSupplier value

id

public static String id()
Return the TypedPullSupplier IDL ID

Returns: an ID

insert

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

Parameters: a an any t TypedPullSupplier value

narrow

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

Parameters: obj the CORBA Object

Returns: TypedPullSupplier Object

read

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

Parameters: istream the input stream

Returns: the readed TypedPullSupplier value

type

public static TypeCode type()
Return the TypedPullSupplier TypeCode

Returns: a TypeCode

unchecked_narrow

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

Parameters: obj the CORBA Object

Returns: TypedPullSupplier Object

write

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

Parameters: ostream the output stream value TypedPullSupplier value