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.eclipse.gemini.blueprint.iandt.lifecycle.GuineaPig.java

/**
 * @author Hal Hildebrand
 *         Date: Oct 15, 2006
 *         Time: 5:23:16 PM
 */
public class GuineaPig implements InitializingBean, DisposableBean, BundleContextAware {

From source file com.siemens.sw360.fossology.ssh.JSchSessionProvider.java

@Component
public class JSchSessionProvider implements DisposableBean {
    private static final Logger log = getLogger(JSchSessionProvider.class);

    static {
        JSch.setLogger(new JSchLogForwarder());

From source file org.ualerts.chat.web.context.ChatClientContextInterceptor.java

/**
 * A ChatClientContext that is a HandlerInterceptorAdapter and stores the 
 * ChatClient into the Http Session.  Upon each request, it pulls the ChatClient
 * out of the session and stores it in a ThreadLocal. When the request is
 * finished, the ChatClient is again stored in the Session.
 *

From source file org.infinispan.spring.support.embedded.InfinispanEmbeddedCacheManagerFactoryBean.java

/**
 * <p>
 * A {@link org.springframework.beans.factory.FactoryBean <code>FactoryBean</code>} for creating an
 * {@link org.infinispan.manager.EmbeddedCacheManager <code>INFINISPAN EmbeddedCacheManager</code>}
 * instance. The location of the INFINISPAN configuration file used to provide the default
 * {@link org.infinispan.config.Configuration configuration} for the <code>EmbeddedCacheManager</code>

From source file tasly.greathealth.system.shutdown.TaslyDisposableBean.java

/**
 *
 */
public class TaslyDisposableBean implements DisposableBean {

    private static final Logger LOG = LoggerFactory.getLogger(TaslyDisposableBean.class);

From source file com.turbospaces.spaces.SpaceStore.java

/**
 * This is the central interface which is responsible for high-level jspace interactions orchestration (manage
 * write/take/read operations), guard of ACID jspace behavior via built-in synchronization mechanisms, protect jspace
 * from illegal concurrent modifications from parallel transactions. Another very important thing is managing of
 * off-heap operations, buffering direct byte array allocation which can exceed JVM memory
 * restrictions and allows to manipulate data outside garbage collector without GC pauses.</p>

From source file net.easysmarthouse.service.scripting.ScriptDecoratorAdvice.java

/**
 *
 * @author rusakovich
 */
public class ScriptDecoratorAdvice implements MethodInterceptor, InitializingBean, DisposableBean {

From source file org.sakaiproject.entitybroker.util.AbstractEntityProvider.java

/**
 * WARNING: Requires Spring 1.2.8 or newer libraries in the classpath <br/>
 * Makes it easier to write {@link EntityProvider}s in webapps <br/>
 * A class to extend that gets rid of some of the redundant code that has
 * to be written over and over, causes this provider to be registered when it
 * is created and unregistered when it is destroyed, also includes the

From source file org.openscada.spring.client.event.AbstractItemEventObserver.java

/**
 * A generic item observer which generates different specific events from the
 * different item events of OpenSCADA
 * @author Jens Reimann
 *
 */

From source file de.iew.framework.spring.integration.NullMessageSubscriber.java

/**
 * Implements a simple {@link MessageHandler} to act as a consumer for message channels. Spring integration throws an
 * exception if a channel does not have any subscribers.
 *
 * @author Manuel Schulze <manuel_schulze@i-entwicklung.de>
 * @since 25.03.13 - 18:18