org.omg.CosTransactions
public class VoteHelper extends Object
Method Summary | |
---|---|
static Vote | extract(Any a)
Extract Vote from an any
|
static String | id()
Return the Vote IDL ID |
static void | insert(Any a, Vote t)
Insert Vote into an any |
static Vote | read(InputStream istream)
Read Vote from a marshalled stream |
static TypeCode | type()
Return the Vote TypeCode |
static void | write(OutputStream ostream, Vote value)
Write Vote into a marshalled stream |
Parameters: a an any
Returns: the extracted Vote value
Returns: an ID
Parameters: a an any t Vote value
Parameters: istream the input stream
Returns: the readed Vote value
Returns: a TypeCode
Parameters: ostream the output stream value Vote value