Project JXTA

net.jxta.impl.cm
Class SchedulerService

java.lang.Object
  |
  +--net.jxta.impl.cm.SchedulerService

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


Inner Class Summary
static interface SchedulerService.Action
           
 class SchedulerService.PendingAction
           
 
Constructor Summary
SchedulerService()
           
 
Method Summary
 void cancelAction(SchedulerService.PendingAction pendingAction)
           
 void run()
           
 SchedulerService.PendingAction scheduleAction(SchedulerService.Action action, long timeout)
           
 
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 SchedulerService.PendingAction scheduleAction(SchedulerService.Action action,
                                                     long timeout)

cancelAction

public void cancelAction(SchedulerService.PendingAction pendingAction)

run

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

Project JXTA