|
SMILA (incubation) API documentation | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.eclipse.smila.taskmanager.persistence.TaskCounter
public class TaskCounter
| Constructor Summary | |
|---|---|
TaskCounter(java.lang.String workerName,
int tasksTodo,
int tasksInProgress)
Conversion Constructor. |
|
| Method Summary | |
|---|---|
int |
getTasksInProgress()
Get the task that are in progress. |
int |
getTasksTodo()
Get the todo tasks. |
java.lang.String |
getWorkerName()
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public TaskCounter(java.lang.String workerName,
int tasksTodo,
int tasksInProgress)
workerName - the name of the workertasksTodo - the number of todo taskstasksInProgress - the number of tasks in progress| Method Detail |
|---|
public java.lang.String getWorkerName()
public int getTasksTodo()
public int getTasksInProgress()
|
SMILA (incubation) API documentation | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||