org.openorb.ots
Class SpecificDataHelper

java.lang.Object
  extended byorg.openorb.ots.SpecificDataHelper

public class SpecificDataHelper
extends java.lang.Object

Helper class for : SpecificData

Author:
OpenORB Compiler

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

Constructor Detail

SpecificDataHelper

public SpecificDataHelper()
Method Detail

insert

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

Parameters:
a - an any
t - SpecificData value

extract

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

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

type

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

Returns:
a TypeCode

id

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

Returns:
an ID

read

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

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

write

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

Parameters:
ostream - the output stream
value - SpecificData value