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