org.omg.CosTransactions
Class VoteHelper

java.lang.Object
  |
  +--org.omg.CosTransactions.VoteHelper

public class VoteHelper
extends java.lang.Object


Method Summary
static Vote extract(Any a)
           
static java.lang.String id()
           
static void insert(Any a, Vote that)
           
static Vote read(org.omg.CORBA.portable.InputStream in)
           
static TypeCode type()
           
static void write(org.omg.CORBA.portable.OutputStream out, Vote that)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

write

public static void write(org.omg.CORBA.portable.OutputStream out,
                         Vote that)

read

public static Vote read(org.omg.CORBA.portable.InputStream in)

extract

public static Vote extract(Any a)

insert

public static void insert(Any a,
                          Vote that)

type

public static TypeCode type()

id

public static java.lang.String id()