org.neo4j.server.rrd
Class ScheduledJob

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

public class ScheduledJob
extends Object


Field Summary
 Timer timer
           
 
Constructor Summary
ScheduledJob(Job job, int runEvery_seconds)
           
 
Method Summary
 void runEveryXSeconds(int seconds)
           
 void stop()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

timer

public Timer timer
Constructor Detail

ScheduledJob

public ScheduledJob(Job job,
                    int runEvery_seconds)
Method Detail

runEveryXSeconds

public void runEveryXSeconds(int seconds)

stop

public void stop()


Copyright © 2011 The Neo4j Graph Database Project. All Rights Reserved.