Example usage for org.springframework.beans.factory BeanNameAware interface-usage

List of usage examples for org.springframework.beans.factory BeanNameAware interface-usage

Introduction

In this page you can find the example usage for org.springframework.beans.factory BeanNameAware interface-usage.

Usage

From source file org.spring.cache.impl.CoherenceCacheFactoryBean.java

/**
 * {@link FactoryBean} for easy configuration of a {@link MyMapCache}
 * when used within a Spring container. Can be configured through bean properties;
 * uses the assigned Spring bean name as the default cache name.
 *
 * <p>Useful for testing or simple caching scenarios, typically in combination

From source file com.codecrate.shard.ui.event.commandbus.EventTriggeredProgressMonitoredBackgroundCommandExecutor.java

public class EventTriggeredProgressMonitoredBackgroundCommandExecutor
        implements ApplicationListener, ApplicationWindowAware, MessageSourceAware, BeanNameAware {

    private SpecificApplicationEventActionCommandExecutor eventExecutor;
    private ApplicationWindowProgressMonitorActionCommandExecutor progressExecutor;

From source file org.hypoport.springGuavaCacheAdapter.SpringGuavaCacheAdapter.java

public class SpringGuavaCacheAdapter implements Cache, BeanNameAware, InitializingBean {

    private String name;
    private com.google.common.cache.Cache<Object, Optional<Object>> cache;
    private Long maximumSize;
    private Long expireAfterAccessInSeconds;

From source file org.codehaus.groovy.grails.plugins.quartz.CronTriggerFactoryBean.java

/**
 * Factory bean which configures CronTrigger.
 *
 * @author Sergey Nebolsin (nebolsin@gmail.com)
 * 
 * @since 0.3.2

From source file fr.xebia.springframework.jms.ManagedDefaultMessageListenerContainer.java

/**
 * JMX enabled {@link DefaultMessageListenerContainer}.
 * 
 * @author <a href="mailto:cyrille@cyrilleleclerc.com">Cyrille Le Clerc</a>
 */
public class ManagedDefaultMessageListenerContainer extends DefaultMessageListenerContainer

From source file org.drools.container.spring.beans.KnowledgeLoggerBeanFactory.java

public class KnowledgeLoggerBeanFactory implements FactoryBean, InitializingBean, BeanNameAware, NamedBean {

    public static enum KNOWLEDGE_LOGGER_TYPE {
        LOGGER_TYPE_FILE, LOGGER_TYPES_CONSOLE, LOGGER_TYPE_THREADED_FILE
    };

From source file com.tjhruska.spring.jesque.JesqueContainer.java

/**
 * JesqueContainer maintains a group of workers that are all created using the
 * same injected workerFactory.
 *
 * @author Timothy Hruska <https://github.com/tjhruska>
 *

From source file com.tjhruska.spring.jesque.SpringConfiguredJesqueServer.java

/**
 * Manages the spring life-cycle for a collection of jesque containers.
 *
 * @author Timothy Hruska <https://github.com/tjhruska>
 *
 */

From source file com.yy.kunka.core.workflow.activity.Activity.java

/**
 * <p>
 * Interface to be used for workflows. Usually implementations will subclass {@link BaseActivity}.
 * </p>
 *
 * @param <T>

From source file edu.internet2.middleware.assurance.mcb.authn.provider.MCBSubmodule.java

/**
 * Interface definition for an authentication submodule for the MCB.
 * 
 * @author Paul Hethmon
 *
 */