|
Hyperic HQ Plugin API v. 4.4.0.2 | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.hyperic.util.schedule.ScheduledItem
public class ScheduledItem
Method Summary | |
---|---|
long |
getId()
|
long |
getInterval()
|
long |
getNextTime()
|
java.lang.Object |
getObj()
|
static long |
getScheduledTime(long interval)
Get the time when something scheduled right now would be executed. |
static long |
getScheduledTimePrev(long interval)
The the previous fire time for an item that scheduled |
boolean |
isRepeat()
|
void |
stepNextTime()
Step the nextTime attribute to the current nextTime plus the interval for which the object should repeat. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Method Detail |
---|
public static long getScheduledTimePrev(long interval)
interval
- The millisecond interval
public static long getScheduledTime(long interval)
interval
- The millisecond interval that would ordinarily be
passed to a ScheduledItem constructor.
public java.lang.Object getObj()
public long getInterval()
public long getNextTime()
public boolean isRepeat()
public long getId()
public void stepNextTime()
|
Hyperic HQ Plugin API v. 4.4.0.2 | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |