Uses of Class
org.ourgrid.test.threadServices.RunnerWaiterRunnable.Status

Packages that use RunnerWaiterRunnable.Status
org.ourgrid.test.threadServices   
 

Uses of RunnerWaiterRunnable.Status in org.ourgrid.test.threadServices
 

Methods in org.ourgrid.test.threadServices that return RunnerWaiterRunnable.Status
 RunnerWaiterRunnable.Status RunnerWaiterRunnable.getStatus()
          Gets the current status of the SleeperWaker.
static RunnerWaiterRunnable.Status RunnerWaiterRunnable.Status.valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static RunnerWaiterRunnable.Status[] RunnerWaiterRunnable.Status.values()
          Returns an array containing the constants of this enum type, in the order they're declared.