org.omg.CORBA
Class WrongTransactionHolder
java.lang.Object
|
+--org.omg.CORBA.WrongTransactionHolder
- All Implemented Interfaces:
- Streamable
- public final class WrongTransactionHolder
- extends java.lang.Object
- implements Streamable
Cette classe definie le Holder de l'exception WrongTransaction
- Version:
- 1.0
- Author:
- Jerome Daniel
Method Summary |
void |
_read(InputStream in)
Lecture d'une exception de type WrongTransaction depuis un flux de donnees |
TypeCode |
_type()
Retourne le TypeCode de l'exception WrongTransaction |
void |
_write(OutputStream out)
Ecriture d'une exception de type WrongTransaction dans un flux de donnees |
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
value
public WrongTransaction value
- L'exception WrongTransaction interne
WrongTransactionHolder
public WrongTransactionHolder()
- Le constructeur par defaut
WrongTransactionHolder
public WrongTransactionHolder(WrongTransaction initial)
- Constructeur avec valeur initiale
- Parameters:
initial
- une exception de type WrongTransaction
_read
public void _read(InputStream in)
- Lecture d'une exception de type WrongTransaction depuis un flux de donnees
- Specified by:
_read
in interface Streamable
- Parameters:
in
- le flux de donnees
_write
public void _write(OutputStream out)
- Ecriture d'une exception de type WrongTransaction dans un flux de donnees
- Specified by:
_write
in interface Streamable
- Parameters:
out
- le flux de donnees
_type
public TypeCode _type()
- Retourne le TypeCode de l'exception WrongTransaction
- Specified by:
_type
in interface Streamable