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