Spring Data Neo4j

org.springframework.data.neo4j.config
Class ConfigurationCheck

java.lang.Object
  extended by org.springframework.data.neo4j.config.ConfigurationCheck
All Implemented Interfaces:
EventListener, ApplicationListener<ContextStartedEvent>

public class ConfigurationCheck
extends Object
implements ApplicationListener<ContextStartedEvent>

Validates correct configuration of Neo4j and Spring, especially transaction-managers


Constructor Summary
ConfigurationCheck(Neo4jTemplate template, PlatformTransactionManager transactionManager)
           
 
Method Summary
 void onApplicationEvent(ContextStartedEvent event)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ConfigurationCheck

public ConfigurationCheck(Neo4jTemplate template,
                          PlatformTransactionManager transactionManager)
Method Detail

onApplicationEvent

public void onApplicationEvent(ContextStartedEvent event)
Specified by:
onApplicationEvent in interface ApplicationListener<ContextStartedEvent>

Spring Data Neo4j

Copyright © 2012 SpringSource. All Rights Reserved.