Uses of Class
edu.wpi.prc.task.NonPersistentWorkUnit

Packages that use NonPersistentWorkUnit
edu.wpi.prc.client   
 

Uses of NonPersistentWorkUnit in edu.wpi.prc.client
 

Methods in edu.wpi.prc.client that return NonPersistentWorkUnit
 NonPersistentWorkUnit PRCClient.getWorkUnit()
          Requests a new work unit for this user from the project server.
 NonPersistentWorkUnit PRCClient.readWorkUnitFromDisk()
          Reads the work unit files on disk if they exist.
 

Methods in edu.wpi.prc.client with parameters of type NonPersistentWorkUnit
 NonPersistentResult PRCClient.invokeScienceApp(NonPersistentWorkUnit wu)
          Runs the science application, then passes it a work unit to compute and waits for the science application to return a result.
 boolean PRCClient.returnResult(NonPersistentWorkUnit wu, NonPersistentResult r)
          Returns a result to the server.