org.omg.CosNotifyChannelAdmin

Class StructuredProxyPullSupplierHelper

public class StructuredProxyPullSupplierHelper extends Object

Helper class for : StructuredProxyPullSupplier

Author: OpenORB Compiler

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

Method Detail

extract

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

Parameters: a an any

Returns: the extracted StructuredProxyPullSupplier value

id

public static String id()
Return the StructuredProxyPullSupplier IDL ID

Returns: an ID

insert

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

Parameters: a an any t StructuredProxyPullSupplier value

narrow

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

Parameters: obj the CORBA Object

Returns: StructuredProxyPullSupplier Object

read

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

Parameters: istream the input stream

Returns: the readed StructuredProxyPullSupplier value

type

public static TypeCode type()
Return the StructuredProxyPullSupplier TypeCode

Returns: a TypeCode

unchecked_narrow

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

Parameters: obj the CORBA Object

Returns: StructuredProxyPullSupplier Object

write

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

Parameters: ostream the output stream value StructuredProxyPullSupplier value