Example usage for org.springframework.beans.factory DisposableBean interface-usage

List of usage examples for org.springframework.beans.factory DisposableBean interface-usage

Introduction

In this page you can find the example usage for org.springframework.beans.factory DisposableBean interface-usage.

Usage

From source file org.openmrs.module.bahmniexports.example.domain.trade.internal.FlatFileCustomerCreditDao.java

/**
 * Writes customer's credit information in a file.
 *
 * @see CustomerCreditDao
 * @author Robert Kasanicky
 */

From source file org.geowebcache.seed.SeederThreadPoolExecutor.java

public class SeederThreadPoolExecutor extends ThreadPoolExecutor implements DisposableBean {

    private static final Log log = LogFactory.getLog(SeederThreadPoolExecutor.class);

    private static final ThreadFactory tf = new CustomizableThreadFactory("GWC Seeder Thread-");

From source file com.galeoconsulting.leonardinius.api.impl.ScriptSessionManagerImpl.java

public final class ScriptSessionManagerImpl implements ScriptSessionManager, InitializingBean, DisposableBean {
    // ------------------------------ FIELDS ------------------------------

    private final ConcurrentMap<SessionId, ScriptSession> cliSessions = new ConcurrentHashMap<SessionId, ScriptSession>();

    // ------------------------ INTERFACE METHODS ------------------------

From source file podd.util.copypaste.PoddClipBoardRegistry.java

/**
 * @author Faith Davies
 * @version $Id$
 */
public class PoddClipBoardRegistry implements DisposableBean {

From source file net.cloudkit.enterprises.infrastructure.utilities.SpringContextHolder.java

/**
 * Spring IOC
 * ?????Spring ApplicationContext, ???ApplicaitonContext.
 *
 * @author hongquanli <hongquanli@qq.com>
 * @version 1.0 20150826 ?11:38:34

From source file net.cloudkit.flowportal.infrastructure.utilities.SpringContextHolder.java

/**
 * Spring IOC
 * ?????Spring ApplicationContext, ???ApplicaitonContext.
 *
 * @author hongquanli <hongquanli@qq.com>
 * @version 1.0 20150826 ?11:38:34

From source file at.molindo.esi4j.spring.Esi4JBean.java

/**
 * Esi4J spring bean. Override {@link #init(DefaultEsi4J)} to initialize
 */
public class Esi4JBean implements FactoryBean<Esi4J>, DisposableBean {

    private DefaultEsi4J _esi4j;

From source file org.springframework.xd.dirt.job.HSQLServerBean.java

/**
 * HSQL server mode
 * 
 * @author Thomas Risberg
 * @author Ilayaperumal Gopinathan
 */

From source file org.activiti.spring.ProcessEngineFactoryBean.java

/**
 * @author Dave Syer
 * @author Christian Stettler
 * @author Tom Baeyens
 * @author Joram Barrez
 */

From source file org.eclipse.gemini.blueprint.compendium.internal.cm.DefaultManagedServiceBeanManager.java

/**
 * Default implementation for {@link ManagedServiceBeanManager}.
 * 
 * @author Costin Leau
 * 
 */