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

Packages that use NonPersistentResult
edu.wpi.prc.client   
 

Uses of NonPersistentResult in edu.wpi.prc.client
 

Methods in edu.wpi.prc.client that return NonPersistentResult
 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.
 

Methods in edu.wpi.prc.client with parameters of type NonPersistentResult
 boolean PRCClient.returnResult(NonPersistentWorkUnit wu, NonPersistentResult r)
          Returns a result to the server.