org.omg.CosNaming.NamingContextPackage

Class NotFoundHelper

public class NotFoundHelper extends Object

Helper class for : NotFound

Author: OpenORB Compiler

Method Summary
static NotFoundextract(Any a)
Extract NotFound from an any
static Stringid()
Return the NotFound IDL ID
static voidinsert(Any a, NotFound t)
Insert NotFound into an any
static NotFoundread(InputStream istream)
Read NotFound from a marshalled stream
static TypeCodetype()
Return the NotFound TypeCode
static voidwrite(OutputStream ostream, NotFound value)
Write NotFound into a marshalled stream

Method Detail

extract

public static NotFound extract(Any a)
Extract NotFound from an any

Parameters: a an any

Returns: the extracted NotFound value

id

public static String id()
Return the NotFound IDL ID

Returns: an ID

insert

public static void insert(Any a, NotFound t)
Insert NotFound into an any

Parameters: a an any t NotFound value

read

public static NotFound read(InputStream istream)
Read NotFound from a marshalled stream

Parameters: istream the input stream

Returns: the readed NotFound value

type

public static TypeCode type()
Return the NotFound TypeCode

Returns: a TypeCode

write

public static void write(OutputStream ostream, NotFound value)
Write NotFound into a marshalled stream

Parameters: ostream the output stream value NotFound value