|
Oracle® Fusion Middleware Java API Reference for Oracle Coherence 12c (12.1.3.0.0) E47890-01 |
|||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||
java.lang.Object
com.tangosol.util.Base
com.tangosol.util.TaskDaemon.PeriodicTask
public class TaskDaemon.PeriodicTask
A PeriodicTask is a task that automatically reschedules itself so that it executes on a periodic basis.
| Constructor Summary | |
|---|---|
TaskDaemon.PeriodicTask(java.lang.Runnable task, long cMillisInterval)Construct a task that will automatically be run on a periodic basis. |
|
| Method Summary | |
|---|---|
void |
run() |
| Constructor Detail |
|---|
public TaskDaemon.PeriodicTask(java.lang.Runnable task,
long cMillisInterval)
task - the actual task to runcMillisInterval - the period of time, in milliseconds, to wait between runs of the task| Method Detail |
|---|
public void run()
run in interface java.lang.Runnable
|
Oracle® Fusion Middleware Java API Reference for Oracle Coherence 12c (12.1.3.0.0) E47890-01 |
|||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||