org.omg.CORBA
Class WrongTransactionHolder

java.lang.Object
  extended byorg.omg.CORBA.WrongTransactionHolder
All Implemented Interfaces:
Streamable

Deprecated. Use the WRONG_TRANSACTION system exception

public final class WrongTransactionHolder
extends java.lang.Object
implements Streamable

Holder class for deprecated WrongTransaction exception.


Field Summary
 WrongTransaction value
          Deprecated. Internal holder variable for the WrongTransaction exception.
 
Constructor Summary
WrongTransactionHolder()
          Deprecated. Default Constructor.
WrongTransactionHolder(WrongTransaction initial)
          Deprecated. Constructor.
 
Method Summary
 void _read(InputStream in)
          Deprecated. Read a WrongTransaction exception from an InputStream.
 TypeCode _type()
          Deprecated. Return the type code of the WrongTransaction exception.
 void _write(OutputStream out)
          Deprecated. Write a WrongTransaction exception into an OutputStream.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

value

public WrongTransaction value
Deprecated. 
Internal holder variable for the WrongTransaction exception.

Constructor Detail

WrongTransactionHolder

public WrongTransactionHolder()
Deprecated. 
Default Constructor.


WrongTransactionHolder

public WrongTransactionHolder(WrongTransaction initial)
Deprecated. 
Constructor.

Parameters:
initial - WrongTransaction exception for initializing this class.
Method Detail

_read

public void _read(InputStream in)
Deprecated. 
Read a WrongTransaction exception from an InputStream.

Specified by:
_read in interface Streamable
Parameters:
in - InputStream to read the exception from.

_write

public void _write(OutputStream out)
Deprecated. 
Write a WrongTransaction exception into an OutputStream.

Specified by:
_write in interface Streamable
Parameters:
out - OutputStream to write the exception into

_type

public TypeCode _type()
Deprecated. 
Return the type code of the WrongTransaction exception.

Specified by:
_type in interface Streamable
Returns:
The typcode of the transaction.