org.omg.CosTransactions
Class InactiveHelper

java.lang.Object
  |
  +--org.omg.CosTransactions.InactiveHelper

public class InactiveHelper
extends java.lang.Object

Helper class for : Inactive

Author:
OpenORB Compiler

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

Constructor Detail

InactiveHelper

public InactiveHelper()
Method Detail

insert

public static void insert(org.omg.CORBA.Any a,
                          Inactive t)
Insert Inactive into an any
Parameters:
a - an any
t - Inactive value

extract

public static Inactive extract(org.omg.CORBA.Any a)
Extract Inactive from an any
Parameters:
a - an any
Returns:
the extracted Inactive value

type

public static org.omg.CORBA.TypeCode type()
Return the Inactive TypeCode
Returns:
a TypeCode

id

public static java.lang.String id()
Return the Inactive IDL ID
Returns:
an ID

read

public static Inactive read(org.omg.CORBA.portable.InputStream istream)
Read Inactive from a marshalled stream
Parameters:
istream - the input stream
Returns:
the readed Inactive value

write

public static void write(org.omg.CORBA.portable.OutputStream ostream,
                         Inactive value)
Write Inactive into a marshalled stream
Parameters:
ostream - the output stream
value - Inactive value