Example usage for org.springframework.beans.factory InitializingBean interface-usage

List of usage examples for org.springframework.beans.factory InitializingBean interface-usage

Introduction

In this page you can find the example usage for org.springframework.beans.factory InitializingBean interface-usage.

Usage

From source file org.springside.modules.tokyotyrant.SpyTokyotyrantClientPool.java

/**
 * SpyMemcached Client?.
 * 
 * 1.SpyMemcached Client,?.
 * 2.??Get/GetBulk/Set/Delete/Incr/Decr?.
 * 

From source file com.flipkart.aesop.processor.es.config.ElasticSearchConfig.java

public class ElasticSearchConfig implements InitializingBean {
    public String config;

    public ElasticSearchConfig(String config) {
        this.config = config;
    }

From source file org.urbantower.j4s.AutowiredHandlerCollection.java

/**
 * Extended HandlerCollection which goes through application context, look for all {Handler}
 * implementations and put them into collection.
 *
 * @see Handler
 * @see HandlerCollection

From source file com.googlecode.spring.appengine.api.factory.QueueFactoryBean.java

/**
 * {@link FactoryBean} that creates a {@link Queue}.
 * 
 * <p>Example configuration:
 * 
 * <pre class="code">

From source file fr.norad.jaxrs.oauth2.core.tck.spring.Hibernate5MethodValidationPostProcessor.java

public class Hibernate5MethodValidationPostProcessor extends AbstractAdvisingBeanPostProcessor
        implements InitializingBean {

    public void afterPropertiesSet() {
        this.advisor = new DefaultPointcutAdvisor(new AnnotationMatchingPointcut(Validated.class, true),
                new Hibernate5MethodValidationInterceptor());

From source file org.nabucco.alfresco.enhScriptEnv.repo.web.scripts.EnhancedAlfrescoRhinoScriptDebugger.java

/**
 * An enhanced local Repository-tier Rhino debugger that notifies script processors about (de-)activation.
 * 
 * @author Axel Faust, <a href="http://www.prodyna.com">PRODYNA AG</a>
 */
public class EnhancedAlfrescoRhinoScriptDebugger extends AlfrescoRhinoScriptDebugger implements InitializingBean {

From source file lib.JdbcAccessor.java

/**
 * Base class for {@link org.springframework.jdbc.core.JdbcTemplate} and
 * other JDBC-accessing DAO helpers, defining common properties such as
 * DataSource and exception translator.
 *
 * <p>Not intended to be used directly.

From source file org.cloudfoundry.identity.uaa.login.CachingPasscodeStore.java

/**
 * One time password store that uses ehcache to cache one time passwords.
 *
 * @author jdsa
 *
 */

From source file org.springdata.ehcache.convert.AbstractEhcacheConverter.java

/**
 * Abstract Ehcache Converter
 * 
 * @author Alex Shvid
 * 
 */

From source file net.cpollet.jixture.asserts.helpers.StaticFieldInjector.java

/**
 * @author Christophe Pollet
 */
public class StaticFieldInjector implements InitializingBean {
    @Autowired
    private UnitDaoFactory unitDaoFactory;