org.openorb.notify.persistence
Class ReferenceInfoHelper

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

public class ReferenceInfoHelper
extends java.lang.Object

Helper class for : ReferenceInfo

Author:
OpenORB Compiler

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

Constructor Detail

ReferenceInfoHelper

public ReferenceInfoHelper()
Method Detail

insert

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

Parameters:
a - an any
t - ReferenceInfo value

extract

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

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

type

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

Returns:
a TypeCode

id

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

Returns:
an ID

read

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

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

write

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

Parameters:
ostream - the output stream
value - ReferenceInfo value