org.springframework.data.gemfire
Class WiringDeclarableSupport

java.lang.Object
  extended by org.springframework.data.gemfire.DeclarableSupport
      extended by org.springframework.data.gemfire.WiringDeclarableSupport
All Implemented Interfaces:
com.gemstone.gemfire.cache.CacheCallback, com.gemstone.gemfire.cache.Declarable

public class WiringDeclarableSupport
extends DeclarableSupport

Dedicated Declarable support class for wiring the declaring instance through the Spring container. This implementation will first look for a 'bean-name' property which will be used to locate a 'template' bean definition. In case the property is not given, a bean named after the class will be searched and if none is found, autowiring will be performed, based on the settings defined in the Spring container.


Constructor Summary
WiringDeclarableSupport()
           
 
Method Summary
protected  void initInstance(Properties props)
          Initialize the current instance based on the given properties.
 
Methods inherited from class org.springframework.data.gemfire.DeclarableSupport
close, getBeanFactory, init, setFactoryKey
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

WiringDeclarableSupport

public WiringDeclarableSupport()
Method Detail

initInstance

protected void initInstance(Properties props)
Description copied from class: DeclarableSupport
Initialize the current instance based on the given properties.

Overrides:
initInstance in class DeclarableSupport