Uses of Class
org.omg.CosTransactions.Vote

Packages that use Vote
org.jacorb.transaction   
org.omg.CosTransactions   
 

Uses of Vote in org.jacorb.transaction
 

Methods in org.jacorb.transaction that return Vote
 Vote ResourceImpl.prepare()
           
 

Uses of Vote in org.omg.CosTransactions
 

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

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

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)
           
 



Copyright © 2015 JacORB. All rights reserved.