org.omg.CosNotifyChannelAdmin

Class ProxyTypeHelper

public class ProxyTypeHelper extends Object

Helper class for : ProxyType

Author: OpenORB Compiler

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

Method Detail

extract

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

Parameters: a an any

Returns: the extracted ProxyType value

id

public static String id()
Return the ProxyType IDL ID

Returns: an ID

insert

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

Parameters: a an any t ProxyType value

read

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

Parameters: istream the input stream

Returns: the readed ProxyType value

type

public static TypeCode type()
Return the ProxyType TypeCode

Returns: a TypeCode

write

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

Parameters: ostream the output stream value ProxyType value