org.neo4j.server.plugins
Interface SPIPluginLifecycle

All Superinterfaces:
org.neo4j.server.plugins.PluginLifecycle

public interface SPIPluginLifecycle
extends org.neo4j.server.plugins.PluginLifecycle


Method Summary
 Collection<org.neo4j.server.plugins.Injectable<?>> start(NeoServer neoServer)
           
 void stop()
           
 
Methods inherited from interface org.neo4j.server.plugins.PluginLifecycle
start
 

Method Detail

start

Collection<org.neo4j.server.plugins.Injectable<?>> start(NeoServer neoServer)

stop

void stop()
Specified by:
stop in interface org.neo4j.server.plugins.PluginLifecycle


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