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