org.openorb.notify.persistence
Class ReferenceInfoSeqHelper

java.lang.Object
  extended by org.openorb.notify.persistence.ReferenceInfoSeqHelper

public class ReferenceInfoSeqHelper
extends java.lang.Object

Helper class for : ReferenceInfoSeq

Author:
OpenORB Compiler

Constructor Summary
ReferenceInfoSeqHelper()
           
 
Method Summary
static ReferenceInfo[] extract(org.omg.CORBA.Any a)
          Extract ReferenceInfoSeq from an any
static java.lang.String id()
          Return the ReferenceInfoSeq IDL ID
static void insert(org.omg.CORBA.Any a, ReferenceInfo[] t)
          Insert ReferenceInfoSeq into an any
static ReferenceInfo[] read(org.omg.CORBA.portable.InputStream istream)
          Read ReferenceInfoSeq from a marshalled stream
static org.omg.CORBA.TypeCode type()
          Return the ReferenceInfoSeq TypeCode
static void write(org.omg.CORBA.portable.OutputStream ostream, ReferenceInfo[] value)
          Write ReferenceInfoSeq into a marshalled stream
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ReferenceInfoSeqHelper

public ReferenceInfoSeqHelper()
Method Detail

insert

public static void insert(org.omg.CORBA.Any a,
                          ReferenceInfo[] t)
Insert ReferenceInfoSeq into an any

Parameters:
a - an any
t - ReferenceInfoSeq value

extract

public static ReferenceInfo[] extract(org.omg.CORBA.Any a)
Extract ReferenceInfoSeq from an any

Parameters:
a - an any
Returns:
the extracted ReferenceInfoSeq value

type

public static org.omg.CORBA.TypeCode type()
Return the ReferenceInfoSeq TypeCode

Returns:
a TypeCode

id

public static java.lang.String id()
Return the ReferenceInfoSeq IDL ID

Returns:
an ID

read

public static ReferenceInfo[] read(org.omg.CORBA.portable.InputStream istream)
Read ReferenceInfoSeq from a marshalled stream

Parameters:
istream - the input stream
Returns:
the readed ReferenceInfoSeq value

write

public static void write(org.omg.CORBA.portable.OutputStream ostream,
                         ReferenceInfo[] value)
Write ReferenceInfoSeq into a marshalled stream

Parameters:
ostream - the output stream
value - ReferenceInfoSeq value