org.omg.CosNotifyChannelAdmin

Class ChannelNotFoundHelper

public class ChannelNotFoundHelper extends Object

Helper class for : ChannelNotFound

Author: OpenORB Compiler

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

Method Detail

extract

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

Parameters: a an any

Returns: the extracted ChannelNotFound value

id

public static String id()
Return the ChannelNotFound IDL ID

Returns: an ID

insert

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

Parameters: a an any t ChannelNotFound value

read

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

Parameters: istream the input stream

Returns: the readed ChannelNotFound value

type

public static TypeCode type()
Return the ChannelNotFound TypeCode

Returns: a TypeCode

write

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

Parameters: ostream the output stream value ChannelNotFound value