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 com.joey.Fujikom.common.utils.SpringContextHolder.java

/**
 * ?????Spring ApplicationContext, ???ApplicaitonContext.
 * 
 * @author Zaric
 * @date 2013-5-29 ?1:25:40
 */

From source file com.sniper.springmvc.utils.SpringContextHolder.java

/**
 * ?????Spring ApplicationContext, ???ApplicaitonContext.
 * 
 * @author Zaric
 * @date 2013-5-29 ?1:25:40
 */

From source file egovframework.rte.fdl.idgnr.impl.AbstractDataIdGnrService.java

/**
 * ID Generation   Data Id  Abstract Service
 * @author   
 * @since 2009.02.01
 * @version 1.0
 * @see <pre>

From source file org.springside.modules.tokyotyrant.SpyTokyotyrantClientPool.java

/**
 * SpyMemcached Client?.
 * 
 * 1.SpyMemcached Client,?.
 * 2.??Get/GetBulk/Set/Delete/Incr/Decr?.
 * 

From source file edu.mayo.cts2.framework.plugin.service.lexevs.LexBigServiceFactory.java

    private static final String LG_CONFIG_FILE_ENV = "LG_CONFIG_FILE";

    protected Logger log = Logger.getLogger(this.getClass());

    private LexBIGService lexBIGService;

From source file minium.web.config.services.DriverServicesProperties.java

public class DriverServicesProperties implements DisposableBean {

    private static final Logger LOGGER = LoggerFactory.getLogger(DriverServicesProperties.class);

    @Value("${app.home:.}")
    private File homedir;

From source file com.pawelniewiadomski.devs.jira.automat.RegisterListenersComponent.java

public class RegisterListenersComponent implements DisposableBean, LifecycleAware {
    private final static Logger log = Logger.getLogger(RegisterListenersComponent.class);

    private final ListenerManager listenerManager;

    public RegisterListenersComponent(ListenerManager listenerManager) {

From source file org.okj.commons.config.SystemPropertiesLoader.java

/**
 * ?
 * @author Jack Tan
 * @version $Id: SystemPropertiesLoader.java, v 0.1 2013-2-16 ?3:08:32 Jack Tan Exp $
 */
public class SystemPropertiesLoader implements PropertiesLoader, InitializingBean, DisposableBean {

From source file org.createnet.raptor.auth.service.services.DispatcherService.java

/**
 *
 * @author Luca Capra <luca.capra@fbk.eu>
 */
@Service
public class DispatcherService implements InitializingBean, DisposableBean {

From source file org.geoserver.geofence.login.LoginServiceImpl.java

/**
 * @author ETj (etj at geo-solutions.it)
 */
public class LoginServiceImpl implements LoginService, InitializingBean, DisposableBean {

    private static final Logger LOGGER = LogManager.getLogger(LoginServiceImpl.class);