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