inescID.revs.servers
Interface IDistributor

All Superinterfaces:
java.rmi.Remote
All Known Implementing Classes:
DistributorEngine

public interface IDistributor
extends java.rmi.Remote


Method Summary
 Reply getElectionBallot(int voter, int election)
           
 Reply getElections(int voter)
           
 

Method Detail

getElections

public Reply getElections(int voter)
                   throws java.rmi.RemoteException
Throws:
java.rmi.RemoteException

getElectionBallot

public Reply getElectionBallot(int voter,
                               int election)
                        throws java.rmi.RemoteException
Throws:
java.rmi.RemoteException