|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.alarexgroup.m2mplf.adapters.schedule.Task
public class Task
Scheduled task
| Method Summary | |
|---|---|
boolean |
cancel()
Cancels remaining scheduled tasks |
int |
getId()
Return numeric identificator of this task |
DateTime |
getLastPerformed()
Time of the last task performance |
java.lang.String |
getName()
Returns text identificator of this task |
int |
getOccurrencesToBeDone()
Returns number of repeats of this task |
long |
getPeriod()
Returns this task's period in miliseconds |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Method Detail |
|---|
public java.lang.String getName()
public int getId()
public int getOccurrencesToBeDone()
public long getPeriod()
public DateTime getLastPerformed()
public boolean cancel()
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||