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.FJTaskRunnerGroup

Uses of FJTaskRunnerGroup in org.ematgine.utils.concurrent
 

Fields in org.ematgine.utils.concurrent declared as FJTaskRunnerGroup
protected  FJTaskRunnerGroup FJTaskRunner.group
          The group of which this FJTaskRunner is a member
 

Methods in org.ematgine.utils.concurrent that return FJTaskRunnerGroup
protected  FJTaskRunnerGroup FJTaskRunner.getGroup()
          Return the FJTaskRunnerGroup of which this thread is a member
static FJTaskRunnerGroup FJTask.getFJTaskRunnerGroup()
          Return the FJTaskRunnerGroup of the thread running the current FJTask.
 

Constructors in org.ematgine.utils.concurrent with parameters of type FJTaskRunnerGroup
FJTaskRunner(FJTaskRunnerGroup g)
          Constructor called only during FJTaskRunnerGroup initialization