org.omg.CosTypedNotifyChannelAdmin
public class TypedSupplierAdminHelper extends Object
Method Summary | |
---|---|
static TypedSupplierAdmin | extract(Any a)
Extract TypedSupplierAdmin from an any
|
static String | id()
Return the TypedSupplierAdmin IDL ID |
static void | insert(Any a, TypedSupplierAdmin t)
Insert TypedSupplierAdmin into an any |
static TypedSupplierAdmin | narrow(Object obj)
Narrow CORBA::Object to TypedSupplierAdmin |
static TypedSupplierAdmin | read(InputStream istream)
Read TypedSupplierAdmin from a marshalled stream |
static TypeCode | type()
Return the TypedSupplierAdmin TypeCode |
static TypedSupplierAdmin | unchecked_narrow(Object obj)
Unchecked Narrow CORBA::Object to TypedSupplierAdmin |
static void | write(OutputStream ostream, TypedSupplierAdmin value)
Write TypedSupplierAdmin into a marshalled stream |
Parameters: a an any
Returns: the extracted TypedSupplierAdmin value
Returns: an ID
Parameters: a an any t TypedSupplierAdmin value
Parameters: obj the CORBA Object
Returns: TypedSupplierAdmin Object
Parameters: istream the input stream
Returns: the readed TypedSupplierAdmin value
Returns: a TypeCode
Parameters: obj the CORBA Object
Returns: TypedSupplierAdmin Object
Parameters: ostream the output stream value TypedSupplierAdmin value