|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface SchedulerTask
The SchedulerTask
extends the Runnable
interface
by methods that are needed for recurrent execution of a task.
Method Summary | |
---|---|
boolean |
isDone()
Returns true if this task is finished and should never be
executed again. |
boolean |
isReadyToRun()
Checks whether this task is ready to be executed. |
Methods inherited from interface org.snmp4j.util.WorkerTask |
---|
interrupt, join, terminate |
Methods inherited from interface java.lang.Runnable |
---|
run |
Method Detail |
---|
boolean isReadyToRun()
true
if this task can be executed now.boolean isDone()
true
if this task is finished and should never be
executed again.
true
if this task is finished and cannot be executed
anymore.
|
Copyright 2005-2010 Frank Fock (SNMP4J.org) | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |