Package edu.wpi.prc.server

Class Summary
PRCServer  
ServerRPCHandler Processes all client XML-RPC requests by delegating to the appropriate classes.
 

Enum Summary
ResultType Stores the type of a Result that will be validated.
 

Exception Summary
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.
UnassignedUserException