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