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.springframework.security.cas.authentication.EhCacheBasedTicketCache.java

/**
 * Caches tickets using a Spring IoC defined <a
 * href="https://www.ehcache.org/">EHCACHE</a>.
 *
 * @author Ben Alex
 */

From source file nivance.jpa.cassandra.prepare.convert.AbstractCassandraConverter.java

/**
 * Base class for {@link CassandraConverter} implementations. Sets up a {@link GenericConversionService} and populates
 * basic converters.
 * 
 * @author Alex Shvid
 */

From source file org.easyrec.utils.spring.cache.aop.CacheResetAspectAdvice.java

/**
 * Aspect that resets all the caches managed by the given CacheManager.
 * USE WITH CAUTION: LEADS TO TEMPORARY PERFORMANCE DECREASE!!!!!!!!!!
 * <p/>
 * <p><b>Company:&nbsp;</b>
 * SAT, Research Studios Austria</p>

From source file com.gigaspaces.persistency.MongoSpaceSynchronizationEndpointBeanFactory.java

public class MongoSpaceSynchronizationEndpointBeanFactory
        implements FactoryBean<MongoSpaceSynchronizationEndpoint>, InitializingBean, DisposableBean {

    private final MongoSpaceSynchronizationEndpointConfigurer configurer = getConfigurer();
    private MongoSpaceSynchronizationEndpoint mongoSpaceSynchronizationEndpoint;

From source file com.joyveb.dbpimpl.cass.prepare.convert.AbstractCassandraConverter.java

/**
 * Base class for {@link CassandraConverter} implementations. Sets up a {@link GenericConversionService} and populates
 * basic converters.
 * 
 * @author Alex Shvid
 */

From source file com.ximalaya.shardis.ShardRedisAccessor.java

/**
 * Common properties for sharding redis access
 * 
 * @author ted created at 2013-5-24
 * @version 1.0
 */

From source file org.logicblaze.lingo.jms.JmsTemplateServiceExporter.java

/**
 * A JMS MessageListener that exports the specified service bean as a JMS
 * service endpoint, accessible via a JMS proxy. <p/>
 * <p>
 * Note: JMS services exported with this class can be accessed by any JMS
 * client, as there isn't any special handling involved.

From source file gov.nih.nci.cabig.caaers.tools.JMXBeansRegistrar.java

/**
 * Registers JMX beans used to monitor the application.
 * 
 * @author dkrylov
 * 
 */

From source file org.ehcache.siehcache.core.EhcacheAdapterExecutor.java

/**
 * Bundles common core logic for the EhcacheAdapter components.
 *
 * @author Glenn Renfro
 * @since 1.0
 *

From source file com.flipkart.aesop.runtime.config.ClusterInfoConfig.java

/**
 * <code>ClusterInfoConfig</code> holds Databus configuration properties for a Cluster Client instance. This config treats the
 * properties as opaque and is intended for use as a holder of the information.
 *
 * @author Jagadeesh Huliyar
 */