List of usage examples for org.springframework.beans.factory InitializingBean interface-usage
From source file org.beangle.security.web.access.log.CachedResourceAccessor.java
public class CachedResourceAccessor extends DefaultResourceAccessor implements InitializingBean { private List<AccessLog> accessLogs = CollectUtils.newArrayList(); // 3000 milliseconds private long minDuration = 3000;
From source file com.ebay.jetstream.epl.AttributesAliasesConfiguration.java
@ManagedResource(objectName = "Event/Processor", description = "Attributes Aliases Configuration") public class AttributesAliasesConfiguration extends Configuration implements NamedBean, BeanNameAware, XSerializable, InitializingBean { private static final long serialVersionUID = -8212117594421994155L; private static String id;
From source file org.LexGrid.LexBIG.caCore.applicationservice.resource.TimedMap.java
public class TimedMap<K, V> extends HashMap<K, V> implements InitializingBean { private static final long serialVersionUID = 189654533L; private Timer evictionTimer;
From source file com.eryansky.core.datasource.DataSourceMethodInterceptor.java
/**
* ????
*
* @author &Eryan eryanwcp@gmail.com
* @date 2014-08-13
*/
From source file com.ebay.pulsar.analytics.security.spring.GlobalSecuritySetting.java
/**
* @author qxing
*
* Modify <code>MethodSecurityInterceptor</code> property <property>alwaysReauthenticate</property>
* set it to true.
**/
From source file org.hoteia.qalingo.app.crmsync.job.customer.CustomerItemWriter.java
/** * */ public class CustomerItemWriter implements ItemWriter<Customer>, InitializingBean { private final Logger logger = LoggerFactory.getLogger(getClass());
From source file org.hoteia.qalingo.app.cmssync.job.cmscontent.CmsContentItemWriter.java
/** * */ public class CmsContentItemWriter implements ItemWriter<CmsContent>, InitializingBean { private final Logger logger = LoggerFactory.getLogger(getClass());
From source file org.hoteia.qalingo.app.erpsync.job.stock.StockItemWriter.java
/** * */ public class StockItemWriter implements ItemWriter<ProductSkuStock>, InitializingBean { private final Logger logger = LoggerFactory.getLogger(getClass());
From source file com.eryansky.core.datasource.SessionFactoryMethodInterceptor.java
/**
* ????
*
* @author &Eryan eryanwcp@gmail.com
* @date 2014-08-13
*/
From source file com.it.j2ee.email.MailServerSimulator.java
/**
* GreenMailMailServer?/
* localhost3025??SMTP?, ???greenmail@localhost.com/greemail, ??.
* FactoryBeangreenMailContext??.
*
* @author calvin