org.omg.CosTypedEventChannelAdmin

Class InterfaceNotSupportedHelper

public class InterfaceNotSupportedHelper extends Object

Helper class for : InterfaceNotSupported

Author: OpenORB Compiler

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

Method Detail

extract

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

Parameters: a an any

Returns: the extracted InterfaceNotSupported value

id

public static String id()
Return the InterfaceNotSupported IDL ID

Returns: an ID

insert

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

Parameters: a an any t InterfaceNotSupported value

read

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

Parameters: istream the input stream

Returns: the readed InterfaceNotSupported value

type

public static TypeCode type()
Return the InterfaceNotSupported TypeCode

Returns: a TypeCode

write

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

Parameters: ostream the output stream value InterfaceNotSupported value