org.omg.CosTransactions
Class otid_tHelper

java.lang.Object
  extended by org.omg.CosTransactions.otid_tHelper

public class otid_tHelper
extends java.lang.Object

Helper class for : otid_t

Author:
OpenORB Compiler

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

Constructor Detail

otid_tHelper

public otid_tHelper()
Method Detail

insert

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

Parameters:
a - an any
t - otid_t value

extract

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

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

type

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

Returns:
a TypeCode

id

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

Returns:
an ID

read

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

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

write

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

Parameters:
ostream - the output stream
value - otid_t value