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