Project JXTA

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

java.lang.Object
  extended byjava.util.TimerTask
      extended bynet.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
           
 
Fields inherited from class java.util.TimerTask
 
Constructor Summary
(package private) 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()


isTimeToRetry

public boolean isTimeToRetry()

isFailed

public boolean isFailed()

JXTA J2SE