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 fr.acxio.tools.agia.transform.FieldSetFieldFilterProcessor.java

/**
 * <p>
 * This is a FieldSet filter based on a field name and allowed values.
 * </p>
 * <p>
 * If the FieldSet does not have one of the allowed value in the specified

From source file jails.http.client.support.ProxyFactoryBean.java

/**
 * {@link FactoryBean} that creates a {@link Proxy java.net.Proxy}.
 *
 * @author Arjen Poutsma
 * @since 3.0.4
 * @see   FactoryBean

From source file org.kmnet.com.fw.common.codelist.AbstractReloadableCodeList.java

/**
 * Abstract implementation of reloadable {@link CodeList}
 */
public abstract class AbstractReloadableCodeList extends AbstractCodeList
        implements ReloadableCodeList, InitializingBean {

From source file org.vaadin.spring.security.test.SecurityAwareClass.java

public class SecurityAwareClass implements InitializingBean, VaadinSecurityAware, VaadinSecurityContextAware {

    private VaadinSecurity vaadinSecurity;
    private VaadinSecurityContext vaadinSecurityContext;

    @Override

From source file egovframework.rte.bat.core.item.file.mapping.EgovByteLineMapper.java

/**
 * ??? Byte?  ?
 * 
 * @author   ??
 * @since 2012.07.20
 * @version 1.0

From source file psiprobe.beans.stats.listeners.MemoryPoolMailingListener.java

/**
 * The listener interface for receiving memoryPoolMailing events. The class that is interested in
 * processing a memoryPoolMailing event implements this interface, and the object created with that
 * class is registered with a component using the component's {@code addMemoryPoolMailingListener}
 * method. When the memoryPoolMailing event occurs, that object's appropriate method is invoked.
 *

From source file fr.acxio.tools.agia.alfresco.configuration.NodeDefinitionFactoryBean.java

/**
 * <p>
 * Abstract factory of
 * {@link fr.acxio.tools.agia.alfresco.configuration.NodeDefinition
 * NodeDefinition} .
 * </p>

From source file org.gwtwidgets.server.spring.RPCServiceExporter.java

/**
 * Interface for RPC exporters.
 *  
 * @author George Georgovassilis, g.georgovassilis[at]gmail.com
 *
 */

From source file org.nebulae2us.stardust.example.DatabaseInitialization.java

/**
 * @author Trung Phan
 *
 */
public class DatabaseInitialization implements InitializingBean {

From source file org.springmodules.cache.guava.GuavaCacheFactoryBean.java

/**
 * {@link FactoryBean} for easy configuration of a {@link GuavaCache}.
 * @author Omar Irbouh
 * @since 1.0
 */
public class GuavaCacheFactoryBean implements FactoryBean<GuavaCache>, BeanNameAware, InitializingBean {