net.jxta.search.util
Class SchedulerService

java.lang.Object
  |
  +--net.jxta.search.util.SchedulerService
All Implemented Interfaces:
java.lang.Runnable

public class SchedulerService
extends java.lang.Object
implements java.lang.Runnable


Inner Class Summary
static interface SchedulerService.Action
           
 
Constructor Summary
SchedulerService()
           
 
Method Summary
 void cancelAction(java.lang.Object pendingAction)
           
 void run()
           
 java.lang.Object scheduleAction(SchedulerService.Action action, long time)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SchedulerService

public SchedulerService()
Method Detail

scheduleAction

public java.lang.Object scheduleAction(SchedulerService.Action action,
                                       long time)

cancelAction

public void cancelAction(java.lang.Object pendingAction)

run

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