org.neo4j.server
Class InterruptThreadTimer.InterruptThreadTask

java.lang.Object
  extended by java.util.TimerTask
      extended by org.neo4j.server.InterruptThreadTimer.InterruptThreadTask
All Implemented Interfaces:
Runnable
Enclosing class:
InterruptThreadTimer

public static class InterruptThreadTimer.InterruptThreadTask
extends TimerTask


Constructor Summary
InterruptThreadTimer.InterruptThreadTask(Thread threadToInterrupt)
           
 
Method Summary
 void run()
           
 boolean wasExecuted()
           
 
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
 

Constructor Detail

InterruptThreadTimer.InterruptThreadTask

public InterruptThreadTimer.InterruptThreadTask(Thread threadToInterrupt)
Method Detail

run

public void run()
Specified by:
run in interface Runnable
Specified by:
run in class TimerTask

wasExecuted

public boolean wasExecuted()


Copyright © 2002-2014 The Neo4j Graph Database Project. All Rights Reserved.