org.omg.CORBA
Class WrongTransactionHelper

java.lang.Object
  extended by org.omg.CORBA.WrongTransactionHelper

Deprecated. Use the WRONG_TRANSACTION system exception

public final class WrongTransactionHelper
extends java.lang.Object

Helper class for deprecated WrongTransaction exception


Constructor Summary
WrongTransactionHelper()
          Deprecated.  
 
Method Summary
static WrongTransaction extract(Any any)
          Deprecated.  
static java.lang.String id()
          Deprecated.  
static void insert(Any any, WrongTransaction value)
          Deprecated.  
static WrongTransaction read(InputStream input)
          Deprecated.  
static TypeCode type()
          Deprecated.  
static void write(OutputStream output, WrongTransaction value)
          Deprecated.  
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

WrongTransactionHelper

public WrongTransactionHelper()
Deprecated. 
Method Detail

insert

public static void insert(Any any,
                          WrongTransaction value)
Deprecated. 

extract

public static WrongTransaction extract(Any any)
Deprecated. 

type

public static TypeCode type()
Deprecated. 

id

public static java.lang.String id()
Deprecated. 

read

public static WrongTransaction read(InputStream input)
Deprecated. 

write

public static void write(OutputStream output,
                         WrongTransaction value)
Deprecated.