|
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||
java.lang.Objectorg.omg.CORBA.WrongTransactionHolder
public final class WrongTransactionHolder
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 |
|---|
public WrongTransaction value
| Constructor Detail |
|---|
public WrongTransactionHolder()
public WrongTransactionHolder(WrongTransaction initial)
initial - WrongTransaction exception for initializing this class.| Method Detail |
|---|
public void _read(InputStream in)
_read in interface Streamablein - InputStream to read the exception from.public void _write(OutputStream out)
_write in interface Streamableout - OutputStream to write the exception intopublic TypeCode _type()
_type in interface Streamable
|
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||