Project JXTA

net.jxta.impl.endpoint.router
Class EndpointRouter.ClearPendingQuery

java.lang.Object
  extended by java.util.TimerTask
      extended by net.jxta.impl.endpoint.router.EndpointRouter.ClearPendingQuery
All Implemented Interfaces:
Runnable
Enclosing class:
EndpointRouter

protected class EndpointRouter.ClearPendingQuery
extends TimerTask


Field Summary
(package private)  boolean failed
           
(package private)  EndpointAddress pid
           
(package private)  long timeToRetry
           
 
Constructor Summary
EndpointRouter.ClearPendingQuery(EndpointAddress pid)
           
 
Method Summary
 boolean isFailed()
           
 boolean isTimeToRetry()
           
 void run()
          
 
Methods inherited from class java.util.TimerTask
cancel, scheduledExecutionTime
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

pid

EndpointAddress pid

failed

volatile boolean failed

timeToRetry

long timeToRetry
Constructor Detail

EndpointRouter.ClearPendingQuery

EndpointRouter.ClearPendingQuery(EndpointAddress pid)
Method Detail

run

public void run()

Specified by:
run in interface Runnable
Specified by:
run in class TimerTask

isTimeToRetry

public boolean isTimeToRetry()

isFailed

public boolean isFailed()

JXTA J2SE