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.camunda.bpm.webapp.impl.test.util.DbSchemaPrefixTestHelper.java

/**
 * <p>Test utility allowing to run the testsuite with a database
 * table prefix</p>
 *
 * @author Daniel Meyer
 *

From source file org.audit4j.integration.spring.SpringAudit4jConfig.java

/**
 * The Class SpringAudit4jConfig.
 *
 * @author <a href="mailto:janith3000@gmail.com">Janith Bandara</a>
 */
public class SpringAudit4jConfig implements InitializingBean, DisposableBean {

From source file com.dosport.memcache.client.SpyMemcachedClient.java

/**
 * SpyMemcached Client?,??Get/GetBulk/Set/Delete/Incr/Decr?.
 * 
 * ????getClient()?SpyMemcachedClient?.
 * 
 * @author calvin

From source file com.murdock.tools.invocationstats.InvocationStatsServiceImpl.java

/**
 * <pre>
 * ?
 * 
 * ScheduledThreadPoolExecutor?
 * 

From source file org.springframework.boot.env.MockWebServerPropertySource.java

/**
 * @author Rob Winch
 */
public class MockWebServerPropertySource extends PropertySource<MockWebServer> implements DisposableBean {

    private static final MockResponse JWKS_RESPONSE = response(

From source file org.springframework.integration.store.metadata.PropertiesPersistingMetadataStore.java

/**
 * Properties file-based implementation of {@link MetadataStore}. To avoid conflicts
 * each instance should be constructed with the unique key from which unique file name
 * will be generated. The file name will be 'persistentKey' + ".last.entry".
 * Files will be written to the 'java.io.tmpdir' +  "/spring-integration/".
 *

From source file ipstore.db.ServerBean.java

/**
 * Bean that will start an instance of an HSQL database.  This class is primarily intended
 * to be used in demo applications.  It allows for a self contained distribution including
 * a database instance.  The DataSource reference is necessary for proper shutdown.
 * <p/>
 * This is an example of a bean configuration:

From source file org.hdiv.beans.factory.LifecycleBean.java

/**
 * Simple test of BeanFactory initialization and lifecycle callbacks.
 *
 * @author Rod Johnson
 * @author Colin Sampaleanu
 * @since 12.03.2003

From source file com.alibaba.otter.manager.biz.common.alarm.AbstractAlarmService.java

/**
 * ?
 * 
 * @author jianghang 2011-11-3 ?11:12:16
 * @version 4.0.0
 */

From source file net.groupbuy.service.impl.ArticleServiceImpl.java

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