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