Uses of Package
edu.wpi.prc.server

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

Classes in edu.wpi.prc.server used by edu.wpi.prc.server
DuplicateTaskIDException
          The DuplicateTaskIDException is thrown when an attempt is made to add a work unit to the database/transitioner, but the requested task ID is already in use by another task.
EmptyQueueException
          This Exception is thrown when an attempt is made to get or remove an object from an empty queue.
InvalidPasswordException
           
InvalidTaskException
          Indicates an invalid work unit or result was requested.
InvalidUserException
          Indicates that a user could not be found in the database.
PRCServer
           
ResultType
          Stores the type of a Result that will be validated.
ServerRPCHandler
          Processes all client XML-RPC requests by delegating to the appropriate classes.
UnassignedUserException
           
 

Classes in edu.wpi.prc.server used by edu.wpi.prc.server.transitioner
EmptyQueueException
          This Exception is thrown when an attempt is made to get or remove an object from an empty queue.
InvalidPasswordException