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.springframework.data.hadoop.hbase.HbaseConfigurationFactoryBean.java

/**
 * Factory for creating HBase specific configuration. By default cleans up any connection associated with the current configuration.
 *
 *
 * @see HConnectionManager
 * @author Costin Leau

From source file org.openspaces.persistency.cassandra.CassandraSpaceDataSourceFactoryBean.java

/**
 * 
 * A {@link FactoryBean} for creating a singleton instance of
 * {@link CassandraSpaceDataSource}.
 * 
 * @since 9.1.1

From source file com.bbytes.jfilesync.jgroup.ChannelBeanFactory.java

/**
 * This is the jgroup channel for new node discovery and for file event transmission to all nodes.
 * Gossip protocol is used for new node discovery
 * 
 * @author Thanneer
 * 

From source file org.springframework.data.redis.connection.lettuce.LettucePoolingConnectionProvider.java

/**
 * {@link LettuceConnectionProvider} with connection pooling support. This connection provider holds multiple pools (one
 * per connection type) for contextualized connection allocation.
 * <p />
 * Each allocated connection is tracked and to be returned into the pool which created the connection. Instances of this
 * class require {@link #destroy() disposal} to de-allocate lingering connections that were not returned to the pool and

From source file org.springframework.amqp.rabbit.connection.AbstractConnectionFactory.java

/**
 * @author Dave Syer
 * @author Gary Russell
 * 
 */
public abstract class AbstractConnectionFactory implements ConnectionFactory, DisposableBean {

From source file at.ac.tuwien.dsg.quelle.extensions.neo4jPersistenceAdapter.DataAccess.java

/**
 *
 * @Author Daniel Moldovan
 * @E-mail: d.moldovan@dsg.tuwien.ac.at
 *
 */

From source file org.fusesource.cloudmix.controller.provisioning.AgentCluster.java

/**
 * A helper class for testing which represents a cluster of Agents to test out the provisioning
 *
 * @version $Revision$
 */
public class AgentCluster implements InitializingBean, DisposableBean {

From source file it.geosolutions.geoserver.jms.client.JMSContainer.java

/**
 * 
 * Connection handler
 * 
 * @author Carlo Cancellieri - GeoSolutions SAS
 * 

From source file com.github.stephanarts.cas.ticket.registry.ZMQTicketRegistry.java

/**
 * Ticket registry implementation that stores tickets via JSON-RPC
 * over a ZeroMQ transport layer.
 *
 * @author Stephan Arts
 */

From source file org.springframework.cache.ehcache.EhCacheManagerFactoryBean.java

/**
 * {@link FactoryBean} that exposes an EhCache {@link net.sf.ehcache.CacheManager}
 * instance (independent or shared), configured from a specified config location.
 *
 * <p>If no config location is specified, a CacheManager will be configured from
 * "ehcache.xml" in the root of the class path (that is, default EhCache initialization