org.omg.CosEventChannelAdmin

Class SupplierAdminHelper

public class SupplierAdminHelper extends Object

Helper class for : SupplierAdmin

Author: OpenORB Compiler

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

Method Detail

extract

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

Parameters: a an any

Returns: the extracted SupplierAdmin value

id

public static String id()
Return the SupplierAdmin IDL ID

Returns: an ID

insert

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

Parameters: a an any t SupplierAdmin value

narrow

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

Parameters: obj the CORBA Object

Returns: SupplierAdmin Object

read

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

Parameters: istream the input stream

Returns: the readed SupplierAdmin value

type

public static TypeCode type()
Return the SupplierAdmin TypeCode

Returns: a TypeCode

unchecked_narrow

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

Parameters: obj the CORBA Object

Returns: SupplierAdmin Object

write

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

Parameters: ostream the output stream value SupplierAdmin value