org.omg.CosNotifyChannelAdmin

Class ProxyIDSeqHelper

public class ProxyIDSeqHelper extends Object

Helper class for : ProxyIDSeq

Author: OpenORB Compiler

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

Method Detail

extract

public static int[] extract(Any a)
Extract ProxyIDSeq from an any

Parameters: a an any

Returns: the extracted ProxyIDSeq value

id

public static String id()
Return the ProxyIDSeq IDL ID

Returns: an ID

insert

public static void insert(Any a, int[] t)
Insert ProxyIDSeq into an any

Parameters: a an any t ProxyIDSeq value

read

public static int[] read(InputStream istream)
Read ProxyIDSeq from a marshalled stream

Parameters: istream the input stream

Returns: the readed ProxyIDSeq value

type

public static TypeCode type()
Return the ProxyIDSeq TypeCode

Returns: a TypeCode

write

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

Parameters: ostream the output stream value ProxyIDSeq value