org.omg.CORBA
Class WrongTransactionHelper

java.lang.Object
  |
  +--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
equals, 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.