org.openorb.notify.persistence

Class ConnectionInfoSeqHelper

public class ConnectionInfoSeqHelper extends Object

Helper class for : ConnectionInfoSeq

Author: OpenORB Compiler

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

Method Detail

extract

public static ConnectionInfo[] extract(Any a)
Extract ConnectionInfoSeq from an any

Parameters: a an any

Returns: the extracted ConnectionInfoSeq value

id

public static String id()
Return the ConnectionInfoSeq IDL ID

Returns: an ID

insert

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

Parameters: a an any t ConnectionInfoSeq value

read

public static ConnectionInfo[] read(InputStream istream)
Read ConnectionInfoSeq from a marshalled stream

Parameters: istream the input stream

Returns: the readed ConnectionInfoSeq value

type

public static TypeCode type()
Return the ConnectionInfoSeq TypeCode

Returns: a TypeCode

write

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

Parameters: ostream the output stream value ConnectionInfoSeq value