org.omg.CosNotifyChannelAdmin

Class AdminNotFoundHelper

public class AdminNotFoundHelper extends Object

Helper class for : AdminNotFound

Author: OpenORB Compiler

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

Method Detail

extract

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

Parameters: a an any

Returns: the extracted AdminNotFound value

id

public static String id()
Return the AdminNotFound IDL ID

Returns: an ID

insert

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

Parameters: a an any t AdminNotFound value

read

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

Parameters: istream the input stream

Returns: the readed AdminNotFound value

type

public static TypeCode type()
Return the AdminNotFound TypeCode

Returns: a TypeCode

write

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

Parameters: ostream the output stream value AdminNotFound value