org.omg.CosNotifyChannelAdmin

Class StructuredProxyPushSupplierHelper

public class StructuredProxyPushSupplierHelper extends Object

Helper class for : StructuredProxyPushSupplier

Author: OpenORB Compiler

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

Method Detail

extract

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

Parameters: a an any

Returns: the extracted StructuredProxyPushSupplier value

id

public static String id()
Return the StructuredProxyPushSupplier IDL ID

Returns: an ID

insert

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

Parameters: a an any t StructuredProxyPushSupplier value

narrow

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

Parameters: obj the CORBA Object

Returns: StructuredProxyPushSupplier Object

read

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

Parameters: istream the input stream

Returns: the readed StructuredProxyPushSupplier value

type

public static TypeCode type()
Return the StructuredProxyPushSupplier TypeCode

Returns: a TypeCode

unchecked_narrow

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

Parameters: obj the CORBA Object

Returns: StructuredProxyPushSupplier Object

write

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

Parameters: ostream the output stream value StructuredProxyPushSupplier value