org.omg.CosNotifyComm

Class StructuredPullSupplierHelper

public class StructuredPullSupplierHelper extends Object

Helper class for : StructuredPullSupplier

Author: OpenORB Compiler

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

Method Detail

extract

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

Parameters: a an any

Returns: the extracted StructuredPullSupplier value

id

public static String id()
Return the StructuredPullSupplier IDL ID

Returns: an ID

insert

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

Parameters: a an any t StructuredPullSupplier value

narrow

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

Parameters: obj the CORBA Object

Returns: StructuredPullSupplier Object

read

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

Parameters: istream the input stream

Returns: the readed StructuredPullSupplier value

type

public static TypeCode type()
Return the StructuredPullSupplier TypeCode

Returns: a TypeCode

unchecked_narrow

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

Parameters: obj the CORBA Object

Returns: StructuredPullSupplier Object

write

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

Parameters: ostream the output stream value StructuredPullSupplier value