Uses of Class
com.caucho.env.vote.AbstractVoteManager

Packages that use AbstractVoteManager
com.caucho.env.vote   
 

Uses of AbstractVoteManager in com.caucho.env.vote
 

Subclasses of AbstractVoteManager in com.caucho.env.vote
 class SingleVoteManager
          Manages the distributed vote
 

Methods in com.caucho.env.vote that return AbstractVoteManager
 AbstractVoteManager VoteService.getManager()
           
 

Methods in com.caucho.env.vote with parameters of type AbstractVoteManager
static VoteService VoteService.createAndAddService(AbstractVoteManager voteManager)
           
 

Constructors in com.caucho.env.vote with parameters of type AbstractVoteManager
VoteService(AbstractVoteManager voteManager)