Uses of Class
org.omg.CosTransactions.Vote

Packages that use Vote
org.omg.CosTransactions   
 

Uses of Vote in org.omg.CosTransactions
 

Fields in org.omg.CosTransactions declared as Vote
static Vote Vote.VoteCommit
           
static Vote Vote.VoteRollback
           
static Vote Vote.VoteReadOnly
           
 Vote VoteHolder.value
           
 

Methods in org.omg.CosTransactions that return Vote
 Vote _SubtransactionAwareResourceStub.prepare()
           
static Vote Vote.from_int(int value)
           
 Vote _ResourceStub.prepare()
           
 Vote ResourceOperations.prepare()
           
 Vote SubtransactionAwareResourcePOATie.prepare()
           
static Vote VoteHelper.extract(Any any)
           
static Vote VoteHelper.read(InputStream in)
           
 Vote ResourcePOATie.prepare()
           
 

Methods in org.omg.CosTransactions with parameters of type Vote
static void VoteHelper.insert(Any any, Vote s)
           
static void VoteHelper.write(OutputStream out, Vote s)
           
 

Constructors in org.omg.CosTransactions with parameters of type Vote
VoteHolder(Vote initial)