org.omg.CosTypedNotifyChannelAdmin

Class TypedSupplierAdminHelper

public class TypedSupplierAdminHelper extends Object

Helper class for : TypedSupplierAdmin

Author: OpenORB Compiler

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

Method Detail

extract

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

Parameters: a an any

Returns: the extracted TypedSupplierAdmin value

id

public static String id()
Return the TypedSupplierAdmin IDL ID

Returns: an ID

insert

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

Parameters: a an any t TypedSupplierAdmin value

narrow

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

Parameters: obj the CORBA Object

Returns: TypedSupplierAdmin Object

read

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

Parameters: istream the input stream

Returns: the readed TypedSupplierAdmin value

type

public static TypeCode type()
Return the TypedSupplierAdmin TypeCode

Returns: a TypeCode

unchecked_narrow

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

Parameters: obj the CORBA Object

Returns: TypedSupplierAdmin Object

write

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

Parameters: ostream the output stream value TypedSupplierAdmin value