| Modifier and Type | Method and Description |
|---|---|
static API.TaskType |
API.TaskType.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static API.TaskType[] |
API.TaskType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
com.mobilyzer.MeasurementTask |
API.composeTasks(API.TaskType manner,
java.util.Date startTime,
java.util.Date endTime,
double intervalSec,
long count,
long priority,
int contextIntervalSec,
java.util.Map<java.lang.String,java.lang.String> params,
java.util.ArrayList<com.mobilyzer.MeasurementTask> taskList)
Create a parallel or sequential task based on the manner.
|
com.mobilyzer.MeasurementTask |
API.createTask(API.TaskType taskType,
java.util.Date startTime,
java.util.Date endTime,
double intervalSec,
long count,
long priority,
int contextIntervalSec,
java.util.Map<java.lang.String,java.lang.String> params)
Create a new MeasurementTask based on those parameters.
|