org.omg.CosNaming.NamingContextPackage
Class NotFoundHelper
java.lang.Object
|
+--org.omg.CosNaming.NamingContextPackage.NotFoundHelper
- public class NotFoundHelper
- extends java.lang.Object
Helper class for : NotFound
- Author:
- OpenORB Compiler
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
NotFoundHelper
public NotFoundHelper()
insert
public static void insert(Any a,
NotFound t)
- Insert NotFound into an any
- Parameters:
a
- an anyt
- NotFound value
extract
public static NotFound extract(Any a)
- Extract NotFound from an any
- Parameters:
a
- an any- Returns:
- the extracted NotFound value
type
public static TypeCode type()
- Return the NotFound TypeCode
- Returns:
- a TypeCode
id
public static java.lang.String id()
- Return the NotFound IDL ID
- Returns:
- an ID
read
public static NotFound read(InputStream istream)
- Read NotFound from a marshalled stream
- Parameters:
istream
- the input stream- Returns:
- the readed NotFound value
write
public static void write(OutputStream ostream,
NotFound value)
- Write NotFound into a marshalled stream
- Parameters:
ostream
- the output streamvalue
- NotFound value