Uses of Class
edu.wpi.prc.server.EmptyQueueException

Packages that use EmptyQueueException
edu.wpi.prc.server   
edu.wpi.prc.server.transitioner   
 

Uses of EmptyQueueException in edu.wpi.prc.server
 

Methods in edu.wpi.prc.server that throw EmptyQueueException
 java.util.Vector ServerRPCHandler.getLastWorkUnit()
          Searches the database for the last work unit that was added (by creation date).
 java.util.Vector ServerRPCHandler.getResultForValidation()
          Gets the next result to be validated, or a set of results for which a canonical result must be selected.
 java.util.Vector ServerRPCHandler.getWorkUnit(java.lang.String userID, java.lang.String eMailAddress)
          Gets the next available work unit to be computed by the given user.
 

Uses of EmptyQueueException in edu.wpi.prc.server.transitioner
 

Methods in edu.wpi.prc.server.transitioner that throw EmptyQueueException
 WorkUnit LocalTransitioner.getCanonicalWorkUnit()
          Gets the first work unit that has enough Results.
 WorkUnit Transitioner.getCanonicalWorkUnit()
          Gets the first WorkUnit that has enough Results.
 WorkUnit RemoteTransitioner.getCanonicalWorkUnit()
           
 java.lang.String RemoteTransitionerRPCHandler.getCanonicalWorkUnit()
          Gets the first work unit that has enough Results.
 WorkUnit RemoteTransitionerProxy.getCanonicalWorkUnit()
          Gets the first WorkUnit that has enough Results.
 Result LocalTransitioner.getResult()
          Gets the first result that needs to be validated.
 Result Transitioner.getResult()
          Gets the first result that needs to be validated.
 Result RemoteTransitioner.getResult()
           
 java.lang.String RemoteTransitionerRPCHandler.getResult()
          Gets the first result that needs to be validated.
 Result RemoteTransitionerProxy.getResult()
          Gets the first result that needs to be validated.
 java.lang.String RemoteTransitionerRPCHandler.getWorkUnit(java.lang.String userID, java.lang.String eMailAddr)
          Gets the next work unit to be processed.
 WorkUnit LocalTransitioner.getWorkUnit(Volunteer v)
          Gets the next work unit to be processed.
 WorkUnit Transitioner.getWorkUnit(Volunteer v)
          Gets the next work unit to be processed.
 WorkUnit RemoteTransitioner.getWorkUnit(Volunteer v)
           
 WorkUnit RemoteTransitionerProxy.getWorkUnit(Volunteer v)
          Gets the next work unit to be processed.