org.neo4j.ext.udc.impl
Class UdcTimerTask

java.lang.Object
  extended by java.util.TimerTask
      extended by org.neo4j.ext.udc.impl.UdcTimerTask
All Implemented Interfaces:
Runnable

public class UdcTimerTask
extends TimerTask


Field Summary
static Map<String,Integer> failureCounts
           
static Map<String,Integer> successCounts
           
 
Constructor Summary
UdcTimerTask(String host, String version, String storeId, String source, boolean crashPing)
           
 
Method Summary
 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

successCounts

public static final Map<String,Integer> successCounts

failureCounts

public static final Map<String,Integer> failureCounts
Constructor Detail

UdcTimerTask

public UdcTimerTask(String host,
                    String version,
                    String storeId,
                    String source,
                    boolean crashPing)
Method Detail

run

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


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