Skip navigation links

Oracle® Fusion Middleware Java API Reference for Oracle Coherence
12c (12.1.3.0.0)

E47890-01


com.tangosol.util
Class TaskDaemon.PeriodicTask

java.lang.Object
  extended by com.tangosol.util.Base
      extended by com.tangosol.util.TaskDaemon.PeriodicTask

All Implemented Interfaces:
java.lang.Runnable
Enclosing class:
TaskDaemon

public class TaskDaemon.PeriodicTask
extends Base
implements java.lang.Runnable

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

TaskDaemon.PeriodicTask

public TaskDaemon.PeriodicTask(java.lang.Runnable task,
                               long cMillisInterval)
Construct a task that will automatically be run on a periodic basis.
Parameters:
task - the actual task to run
cMillisInterval - the period of time, in milliseconds, to wait between runs of the task

Method Detail

run

public void run()
Specified by:
run in interface java.lang.Runnable

Skip navigation links

Oracle® Fusion Middleware Java API Reference for Oracle Coherence
12c (12.1.3.0.0)

E47890-01


Copyright © 2000, 2014, Oracle and/or its affiliates. All rights reserved.