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.logicblaze.lingo.jms.impl.OneWayRequestor.java

/**
 * A simple requestor which only supports one-way and so does not need a
 * consumer.
 * 
 * @version $Revision: 93 $
 */

From source file org.springframework.data.elasticsearch.client.TransportClientFactoryBean.java

/**
 * TransportClientFactoryBean
 *
 * @author Rizwan Idrees
 * @author Mohsin Husen
 */

From source file org.springframework.orm.hibernate3.AbstractSessionFactoryBean.java

/**
 * Abstract {@link org.springframework.beans.factory.FactoryBean} that creates
 * a Hibernate {@link org.hibernate.SessionFactory} within a Spring application
 * context, providing general infrastructure not related to Hibernate's
 * specific configuration API.
 *

From source file com.payu.ratel.config.beans.ZookeeperRegistryBeanProvider.java

public class ZookeeperRegistryBeanProvider implements RegistryStrategiesProvider, InitializingBean, DisposableBean {

    private final ConfigurableListableBeanFactory beanFactory;

    private CuratorFramework curatorFramework;
    private ServiceDiscovery<Void> serviceDiscovery;

From source file org.activequant.data.retrieval.integration.quickfix.QuickfixBean.java

/**
 * The QuickFixBean gives us a convenient way to boostrap quickfix from Spring.<br>
 * <br>
 * <b>History:</b><br>
 *  - [03.05.2007] Created (Ulrich Staudinger)<br>
 *  - [25.09.2007] Cleanup (Erik Nijkamp)<br>

From source file com.turbospaces.offmemory.IndexManager.java

/**
 * index manager is responsible for managing indexes over space index fields for much faster data retrieve and primary
 * key itself.
 * 
 * @since 0.1
 */

From source file org.obiba.jta.service.JotmFactoryBean.java

/**
 * {@link org.springframework.beans.factory.FactoryBean} that retrieves the JTA UserTransaction/TransactionManager for ObjectWeb's <a
 * href="http://jotm.objectweb.org">JOTM</a>. Will retrieve an already active JOTM instance if found (e.g. if running in
 * JOnAS), else create a new local JOTM instance.
 * <p/>
 * <p/>

From source file com.tkmtwo.sarapi.AbstractArsUserSource.java

/**
 * Bean-based implementation of an <code>AbstractArsUserSource</code>.
 *
 * @author Tom Mahaffey
 */
public abstract class AbstractArsUserSource

From source file org.jmxtrans.embedded.spring.SpringEmbeddedJmxTrans.java

/**
 * @author <a href="mailto:cleclerc@xebia.fr">Cyrille Le Clerc</a>
 */
public class SpringEmbeddedJmxTrans extends EmbeddedJmxTrans
        implements SpringEmbeddedJmxTransMBean, InitializingBean, DisposableBean, SelfNaming {

From source file info.jtrac.config.DataSourceFactoryBean.java

/**
 * <p>
 * This class implements the Spring frameworks
 * {@link org.springframework.beans.factory.FactoryBean} as well as the
 * {@link org.springframework.beans.factory.DisposableBean} to conditionally
 * create the correct <code>DataSource</code> object to access the database.