List of usage examples for org.springframework.beans.factory InitializingBean interface-usage
From source file fr.xebia.xke.test.jdbc.datasource.InitializingDriverManagerDataSource.java
/**
* Initializing version of <code>DriverManagerDataSource</code>. After the
* properties are set any database initialization scripts are run. This is very
* useful for unit testing.
*
* @author David Winterfeldt
From source file org.acme.echo.module.ModuleGatewayRequestExchanger.java
/** * @author Oleg Zhurakousky * */ public class ModuleGatewayRequestExchanger implements RequestReplyExchanger, InitializingBean {
From source file darks.grid.spring.GridRpcSpringProviderBean.java
public class GridRpcSpringProviderBean implements ApplicationContextAware, InitializingBean { private ApplicationContext ctx; private Class<?> serviceInterface;
From source file org.esco.portlet.flashinfo.dao.util.EscoHostnameVerifier.java
/** * Created by jgribonvald on 27/09/16. */ public class EscoHostnameVerifier implements HostnameVerifier, InitializingBean { private final Logger log = LoggerFactory.getLogger(this.getClass());
From source file com.usefullc.platform.common.cache.memcached.MemCacheServiceImpl.java
/** * MemcachedService.java??memcached ? * * @author shengshang.tang 2013123 ?1:32:08 */ public class MemCacheServiceImpl implements ICacheService, InitializingBean {
From source file org.eclipse.swordfish.core.context.SwordfishContextImpl.java
public class SwordfishContextImpl implements SwordfishContext, InitializingBean { private NMR nmr; private ConfigurationService configurationService; private EventService eventService; public ComponentContext getComponentContext() {
From source file com.ttpod.rest.web.spring.MongoFactoryBean.java
/**
* A factory bean for construction of a MongoOptions instance
*
* @author Graeme Rocher
* @Author Mark Pollack
*/
From source file nl.surfnet.spring.security.opensaml.CertificateStoreImpl.java
public class CertificateStoreImpl implements CertificateStore, InitializingBean { private String keystorePassword; private KeyStore keyStore; private Map<String, String> certificates; @Required
From source file org.cleverbus.admin.services.log.LogFileFilter.java
/**
* Lop file filter based on regular expression pattern.
*
* @author <a href="mailto:tomas.hanus@cleverlance.com">Tomas Hanus</a>
* @since 0.4
*/
From source file org.spring.cache.impl.MyMapCacheFactoryBean.java
/**
* {@link FactoryBean} for easy configuration of a {@link MyMapCache}
* when used within a Spring container. Can be configured through bean properties;
* uses the assigned Spring bean name as the default cache name.
*
* <p>Useful for testing or simple caching scenarios, typically in combination