org.omg.CORBA
Class INVALID_TRANSACTIONHelper
java.lang.Object
|
+--org.omg.CORBA.INVALID_TRANSACTIONHelper
- public class INVALID_TRANSACTIONHelper
- extends java.lang.Object
Helper class for : INVALID_TRANSACTION
- Author:
- OpenORB Compiler
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
INVALID_TRANSACTIONHelper
public INVALID_TRANSACTIONHelper()
insert
public static void insert(Any a,
INVALID_TRANSACTION t)
- Insert INVALID_TRANSACTION into an any
- Parameters:
a
- an anyt
- INVALID_TRANSACTION value
extract
public static INVALID_TRANSACTION extract(Any a)
- Extract INVALID_TRANSACTION from an any
- Parameters:
a
- an any- Returns:
- the extracted INVALID_TRANSACTION value
type
public static TypeCode type()
- Return the INVALID_TRANSACTION TypeCode
- Returns:
- a TypeCode
id
public static java.lang.String id()
- Return the INVALID_TRANSACTION IDL ID
- Returns:
- an ID
read
public static INVALID_TRANSACTION read(InputStream istream)
- Read INVALID_TRANSACTION from a marshalled stream
- Parameters:
istream
- the input stream- Returns:
- the readed INVALID_TRANSACTION value
write
public static void write(OutputStream ostream,
INVALID_TRANSACTION value)
- Write INVALID_TRANSACTION into a marshalled stream
- Parameters:
ostream
- the output streamvalue
- INVALID_TRANSACTION value