Docjar: A Java Source and Docuemnt Enginecom.*    java.*    javax.*    org.*    all    new    plug-in

Quick Search    Search Deep

Uses of Class
org.ematgine.utils.concurrent.FJTaskRunner

Uses of FJTaskRunner in org.ematgine.utils.concurrent
 

Fields in org.ematgine.utils.concurrent declared as FJTaskRunner
protected  FJTaskRunner[] FJTaskRunnerGroup.threads
          The threads in this group
 

Methods in org.ematgine.utils.concurrent that return FJTaskRunner
protected  FJTaskRunner[] FJTaskRunnerGroup.getArray()
          Return the array of threads in this group.
static FJTaskRunner FJTask.getFJTaskRunner()
          Return the FJTaskRunner thread running the current FJTask.
 

Methods in org.ematgine.utils.concurrent with parameters of type FJTaskRunner
protected  boolean FJTaskRunnerGroup.getActive(FJTaskRunner t)
          Return active status of t.
protected  void FJTaskRunnerGroup.setActive(FJTaskRunner t)
          Set active status of thread t to true, and notify others that might be waiting for work.
protected  void FJTaskRunnerGroup.setInactive(FJTaskRunner t)
          Set active status of thread t to false.
protected  void FJTaskRunnerGroup.checkActive(FJTaskRunner t, long scans)
          Set active status of thread t to false, and then wait until: (a) there is a task in the entry queue, or (b) other threads are active, or (c) the current thread is interrupted.