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.springsprout.realtime.streamhub.StreamhubServerFactory.java

public class StreamhubServerFactory implements InitializingBean, DisposableBean, FactoryBean<PushServer> {

    private InetSocketAddress address;
    private InetSocketAddress streamingAdapterAddress;
    private URL licenseUrl;
    private URL log4jConfigurationUrl;

From source file com.tjport.common.spring.SpringContextHolder.java

/**
 * ?????Spring ApplicationContext, ???ApplicaitonContext.
 *
 */
public class SpringContextHolder implements ApplicationContextAware, DisposableBean {

From source file net.shopxx.service.impl.OwnerServiceImpl.java

/**
 * Service - 
 * 
 * @author SHOP++ Team
 * @version 3.0
 */

From source file com.mycompany.beanstests.HelloWorld.java

/**
 *
 * @author george
 */
public class HelloWorld implements DisposableBean {

From source file com.muran.application.SpringContextHolder.java

/**
 * ?????Spring ApplicationContext, ???ApplicaitonContext.
 * 
 * @author calvin
 */
public class SpringContextHolder implements ApplicationContextAware, DisposableBean {

From source file com.webproject.checkpoint.HSQLDBDataSource.java

/**
 *
 * @author qiuyue
 */
@Component
@Profile("prd")

From source file com.njmd.framework.utils.spring.SpringContextHolder.java

/**
 * ?????Spring ApplicationContext, ???ApplicaitonContext.
 * 
 * @author calvin
 */
public class SpringContextHolder implements ApplicationContextAware, DisposableBean {

From source file org.springside.modules.test.spring.SpringContextHolder.java

/**
 * ?????Spring ApplicationContext, ???ApplicaitonContext.
 * 
 * @author calvin
 */
public class SpringContextHolder implements ApplicationContextAware, DisposableBean {

From source file apm.common.utils.SpringContextHolder.java

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

From source file com.github.dactiv.common.spring.SpringContextHolder.java

/**
 * ?????Spring ApplicationContext, ???ApplicaitonContext.
 * 
 * @author calvin
 */
public class SpringContextHolder implements ApplicationContextAware, DisposableBean {