com.intel.cosbench.controller.tasklet
Class Tasklets

java.lang.Object
  extended by com.intel.cosbench.controller.tasklet.Tasklets

public class Tasklets
extends java.lang.Object


Constructor Summary
Tasklets()
           
 
Method Summary
static java.util.List<Tasklet> newAborters(TaskRegistry tasks)
           
static java.util.List<Tasklet> newAuthenticators(TaskRegistry tasks)
           
static java.util.List<Tasklet> newBooters(TaskRegistry tasks)
           
static java.util.List<Tasklet> newClosers(TaskRegistry tasks)
           
static java.util.List<Tasklet> newLaunchers(TaskRegistry tasks)
           
static java.util.List<Tasklet> newQueriers(TaskRegistry tasks)
           
static java.util.List<Tasklet> newSubmitters(TaskRegistry tasks)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Tasklets

public Tasklets()
Method Detail

newBooters

public static java.util.List<Tasklet> newBooters(TaskRegistry tasks)

newSubmitters

public static java.util.List<Tasklet> newSubmitters(TaskRegistry tasks)

newAuthenticators

public static java.util.List<Tasklet> newAuthenticators(TaskRegistry tasks)

newLaunchers

public static java.util.List<Tasklet> newLaunchers(TaskRegistry tasks)

newQueriers

public static java.util.List<Tasklet> newQueriers(TaskRegistry tasks)

newClosers

public static java.util.List<Tasklet> newClosers(TaskRegistry tasks)

newAborters

public static java.util.List<Tasklet> newAborters(TaskRegistry tasks)