org.omg.CosTypedEventChannelAdmin

Class NoSuchImplementationHelper

public class NoSuchImplementationHelper extends Object

Helper class for : NoSuchImplementation

Author: OpenORB Compiler

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

Method Detail

extract

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

Parameters: a an any

Returns: the extracted NoSuchImplementation value

id

public static String id()
Return the NoSuchImplementation IDL ID

Returns: an ID

insert

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

Parameters: a an any t NoSuchImplementation value

read

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

Parameters: istream the input stream

Returns: the readed NoSuchImplementation value

type

public static TypeCode type()
Return the NoSuchImplementation TypeCode

Returns: a TypeCode

write

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

Parameters: ostream the output stream value NoSuchImplementation value