org.omg.CosNotifyChannelAdmin

Class ProxyNotFoundHelper

public class ProxyNotFoundHelper extends Object

Helper class for : ProxyNotFound

Author: OpenORB Compiler

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

Method Detail

extract

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

Parameters: a an any

Returns: the extracted ProxyNotFound value

id

public static String id()
Return the ProxyNotFound IDL ID

Returns: an ID

insert

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

Parameters: a an any t ProxyNotFound value

read

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

Parameters: istream the input stream

Returns: the readed ProxyNotFound value

type

public static TypeCode type()
Return the ProxyNotFound TypeCode

Returns: a TypeCode

write

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

Parameters: ostream the output stream value ProxyNotFound value