org.omg.CosNotifyChannelAdmin

Class ProxyIDHelper

public class ProxyIDHelper extends Object

Helper class for : ProxyID

Author: OpenORB Compiler

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

Method Detail

extract

public static int extract(Any a)
Extract ProxyID from an any

Parameters: a an any

Returns: the extracted ProxyID value

id

public static String id()
Return the ProxyID IDL ID

Returns: an ID

insert

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

Parameters: a an any t ProxyID value

read

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

Parameters: istream the input stream

Returns: the readed ProxyID value

type

public static TypeCode type()
Return the ProxyID TypeCode

Returns: a TypeCode

write

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

Parameters: ostream the output stream value ProxyID value