org.omg.CORBA
Class TRANSACTION_UNAVAILABLEHelper

java.lang.Object
  extended byorg.omg.CORBA.TRANSACTION_UNAVAILABLEHelper

public final class TRANSACTION_UNAVAILABLEHelper
extends java.lang.Object

Generated from IDL definition of exception "TRANSACTION_UNAVAILABLE"

Author:
JacORB IDL compiler

Constructor Summary
TRANSACTION_UNAVAILABLEHelper()
           
 
Method Summary
static TRANSACTION_UNAVAILABLE extract(Any any)
           
static java.lang.String id()
           
static void insert(Any any, TRANSACTION_UNAVAILABLE s)
           
static TRANSACTION_UNAVAILABLE read(InputStream in)
           
static TypeCode type()
           
static void write(OutputStream out, TRANSACTION_UNAVAILABLE s)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

TRANSACTION_UNAVAILABLEHelper

public TRANSACTION_UNAVAILABLEHelper()
Method Detail

type

public static TypeCode type()

insert

public static void insert(Any any,
                          TRANSACTION_UNAVAILABLE s)

extract

public static TRANSACTION_UNAVAILABLE extract(Any any)

id

public static java.lang.String id()

read

public static TRANSACTION_UNAVAILABLE read(InputStream in)

write

public static void write(OutputStream out,
                         TRANSACTION_UNAVAILABLE s)