org.neo4j.server.rrd
Class ScheduledJob

java.lang.Object
  extended by org.neo4j.server.rrd.ScheduledJob

public class ScheduledJob
extends Object


Constructor Summary
ScheduledJob(Runnable job, String name, long delay, long period)
           
 
Method Summary
 void cancel()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ScheduledJob

public ScheduledJob(Runnable job,
                    String name,
                    long delay,
                    long period)
Method Detail

cancel

public void cancel()


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