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

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

Uses of InvalidPasswordException in edu.wpi.prc.server
 

Methods in edu.wpi.prc.server that throw InvalidPasswordException
 java.util.Vector ServerRPCHandler.getValidResultQueue(java.lang.String password)
          Returns the valid result queue.
 boolean ServerRPCHandler.kill(java.lang.String password)
          Shuts down the server without waiting for all transitioner transactions to complete.
 boolean ServerRPCHandler.shutdown(java.lang.String password)
          Shuts down the server if given the correct password.
 

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

Methods in edu.wpi.prc.server.transitioner that throw InvalidPasswordException
 boolean RemoteTransitionerRPCHandler.shutdown(java.lang.String password)
          Performs any necessary tasks to safely shut down the Transitioner.