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.alfresco.bm.http.UserDataAutheticationDetailsProvider.java

/**
 * {@link AuthenticationDetailsProvider} using {@link UserData} to store user-details.
 *
 * @author Frederik Heremans
 * @since 1.2
 */

From source file org.sift.batch.tuple.TupleLineMapper.java

/**
 * The <code>TupleLineMapper</code> is an implementation of the Spring Batch {@link LineMapper} that maps a single line into a {@link Tuple}
 * 
 * @author Regunath B
 * @version 1.0, 28 Jan 2013
 */

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

/**
 * <code>ProducerRegistration</code> holds information for registering a Databus {@link EventProducer} with the
 * {@link DefaultRelay} against a {@link PhysicalSourceConfig}
 *
 * @author Regunath B
 * @version 1.0, 15 Jan 2014

From source file com.sitewhere.hbase.vendor.intel.IntelIDH251HBaseClient.java

/**
 * SiteWhere HBase client configured to work with Intel IDH 2.5.1.
 * 
 * @author Derek
 */
@SuppressWarnings("deprecation")

From source file org.jupiter.spring.support.JupiterSpringClient.java

/**
 * jupiter client wrapper, ??.
 *
 * jupiter
 * org.jupiter.spring.support
 *

From source file org.springframework.amqp.rabbit.connection.RabbitAccessor.java

/**
 * @author Mark Fisher
 * @author Dave Syer
 */
public abstract class RabbitAccessor implements InitializingBean {

From source file com.ebay.pulsar.replay.processor.ReplayInboundKafkaProcessor.java

@ManagedResource(objectName = "Event/ReplayInboundKafkaProcessor", description = "Replay inbound kafka processor")
public class ReplayInboundKafkaProcessor extends SimpleKafkaProcessor implements InitializingBean {
    private static final String REPLAY_TAG = JetstreamReservedKeys.EventReplay.toString();

    private final LongCounter m_totalEventsDelayed = new LongCounter();

From source file org.broadleafcommerce.common.util.BLResourceBundleMessageSource.java

/**
 * @deprecated use {@link BroadleafMergeResourceBundleMessageSource} instead
 */
@Deprecated
public class BLResourceBundleMessageSource extends ResourceBundleMessageSource implements InitializingBean {

From source file pandora.redis.dao.RedisPoolFactory.java

public class RedisPoolFactory implements FactoryBean<ShardedJedisPool>, InitializingBean {
    private static final String SEPARATOR = ",";

    private ShardedJedisPool shardedJedisPool;
    private String shards;
    private JedisPoolConfig poolConfig;

From source file org.terasoluna.gfw.common.codelist.NumberRangeCodeList.java

/**
 * Codelist consisting of range of numbers
 */
public class NumberRangeCodeList extends AbstractCodeList implements InitializingBean {
    /**
     * Start point of range of numbers(default 0)