Neo4j Community

org.neo4j.helpers
Class RunCarefully

java.lang.Object
  extended by org.neo4j.helpers.RunCarefully

public class RunCarefully
extends Object


Constructor Summary
RunCarefully(Iterable<Runnable> operations)
           
RunCarefully(Runnable... operations)
           
 
Method Summary
 void run()
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

RunCarefully

public RunCarefully(Runnable... operations)

RunCarefully

public RunCarefully(Iterable<Runnable> operations)
Method Detail

run

public void run()

Neo4j Community

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