org.omg.CosNotifyComm

Class StructuredPushSupplierHelper

public class StructuredPushSupplierHelper extends Object

Helper class for : StructuredPushSupplier

Author: OpenORB Compiler

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

Method Detail

extract

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

Parameters: a an any

Returns: the extracted StructuredPushSupplier value

id

public static String id()
Return the StructuredPushSupplier IDL ID

Returns: an ID

insert

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

Parameters: a an any t StructuredPushSupplier value

narrow

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

Parameters: obj the CORBA Object

Returns: StructuredPushSupplier Object

read

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

Parameters: istream the input stream

Returns: the readed StructuredPushSupplier value

type

public static TypeCode type()
Return the StructuredPushSupplier TypeCode

Returns: a TypeCode

unchecked_narrow

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

Parameters: obj the CORBA Object

Returns: StructuredPushSupplier Object

write

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

Parameters: ostream the output stream value StructuredPushSupplier value