com.sun.jini.thread
Class RetryTask.RetryTime

java.lang.Object
  extended by com.sun.jini.thread.RetryTask.RetryTime
All Implemented Interfaces:
Runnable
Enclosing class:
RetryTask

private class RetryTask.RetryTime
extends Object
implements Runnable

This is the runnable class for the WakeupManager, since we need different implementations of WakeupManager.run and TaskManager.run.


Constructor Summary
private RetryTask.RetryTime()
           
 
Method Summary
 void run()
          Time to retry the task.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

RetryTask.RetryTime

private RetryTask.RetryTime()
Method Detail

run

public void run()
Time to retry the task.

Specified by:
run in interface Runnable


Copyright 2007-2010, multiple authors.
Licensed under the Apache License, Version 2.0, see the NOTICE file for attributions.