List of usage examples for org.springframework.beans.factory InitializingBean interface-usage
From source file lcn.module.batch.core.item.file.mapping.ByteLineMapper.java
/**
* ??? Byte? ?
*
* @author ??
* @since 2012.07.20
* @version 1.0
From source file com.frank.search.solr.server.support.EmbeddedSolrServerFactoryBean.java
/**
* Implementation of {@link org.springframework.beans.factory.FactoryBean} for registration of an EmbeddedSolrServer as a Spring bean. Implements
* {@link org.springframework.beans.factory.DisposableBean} to shut down the core container when the enclosing Spring container is destroyed.
*
* @author Christoph Strobl
*/
From source file com.newlandframework.avatarmq.spring.AvatarMQServer.java
/**
* @filename:AvatarMQServer.java
* @description:AvatarMQServer?
* @author tangjie<https://github.com/tang-jie>
* @blog http://www.cnblogs.com/jietang/
* @since 2016-8-11
From source file it.geosolutions.geoserver.jms.impl.utils.JMSPropertyPlaceholderConfigurer.java
public class JMSPropertyPlaceholderConfigurer extends PropertyPlaceholderConfigurer implements InitializingBean { private final JMSConfiguration config; private final Resource defaults; public JMSPropertyPlaceholderConfigurer(Resource defaultFile, JMSConfiguration config) throws IOException {
From source file org.homiefund.api.support.WiserFactoryBean.java
/** * Created by Dominik Szalai - emptulik at gmail.com on 27.9.2016. */ @Log4j2 public class WiserFactoryBean implements FactoryBean<Wiser>, InitializingBean, DisposableBean { private Wiser wiser;
From source file fr.acxio.tools.agia.transform.FieldSetFieldExtractor.java
/**
* <p>
* This is a field extractor for a
* {@link org.springframework.batch.item.file.transform.FieldSet FieldSet}.
* Given an array of property names, it will get the matching fields and return
* an array of all the values.
From source file edu.vt.middleware.gator.log4j.ProjectConfigurator.java
/**
* Log4j configuration handler that configures a logger hierarchy from a
* Gator project configuration.
*
* @author Middleware Services
* @version $Revision$
From source file com.googlecode.janrain4j.springframework.EngageServiceFactoryBean.java
/**
* {@link FactoryBean} that sets up an {@link EngageService} and exposes it for
* bean references.
*
* <p>Usage example:
* <pre>
From source file org.openspaces.core.config.SpaceSqlFunctionBean.java
/** * Created by Tamir on 3/6/16. * * @since 11.0 */ public class SpaceSqlFunctionBean implements InitializingBean, BeanNameAware {
From source file com.bstek.dorado.view.registry.LayoutTypeRegister.java
/**
* ?Spring??
*
* @author Benny Bao (mailto:benny.bao@bstek.com)
* @since Sep 16, 2008
*/