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.impalaframework.spring.service.proxy.ContributionProxyFactoryBean.java

/**
 * The <code>ContributionProxyFactoryBean</code> works under the assumption that the service was exported against a named key.
 * By default, the key is assumed to be the same name as the {@link ContributionProxyFactoryBean}'s bean name.
 * However, this can be overridden.
 * 
 * The service is retrieved using dynamic lookup following each invocation on the proxy.

From source file com.github.lothar.security.acl.named.NamedBean.java

public class NamedBean implements BeanNameAware, org.springframework.beans.factory.NamedBean {

    private String name;

    @Override
    public void setBeanName(String name) {

From source file org.archive.spring.HeritrixLifecycleProcessor.java

/**
 * Stand-in LifecycleProcessor to avoid a full automatic start() when our 
 * ApplicationContext (PathSharingContext) is built ('refreshed'). 
 * (That is, it restores the Spring 2.5 behavior.)
 * 
 * @contributor gojomo

From source file org.jasig.portlet.test.mvc.tests.BasePortletTest.java

/**
 * @author Eric Dalquist
 * @version $Revision$
 */
public abstract class BasePortletTest implements PortletTest, BeanNameAware {
    protected final Logger logger = LoggerFactory.getLogger(this.getClass());

From source file org.openspaces.core.config.SpaceSqlFunctionBean.java

/**
 * Created by Tamir on 3/6/16.
 *
 * @since 11.0
 */
public class SpaceSqlFunctionBean implements InitializingBean, BeanNameAware {

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

/**
 * <p>
 * Subclass of {@link CachingConnectionFactory} to expose key attributes and
 * operations via JMX.
 * </p>
 * <p>

From source file org.springmodules.cache.guava.GuavaCacheFactoryBean.java

/**
 * {@link FactoryBean} for easy configuration of a {@link GuavaCache}.
 * @author Omar Irbouh
 * @since 1.0
 */
public class GuavaCacheFactoryBean implements FactoryBean<GuavaCache>, BeanNameAware, InitializingBean {

From source file nz.co.senanque.madura.bundle.InnerBundleFactory.java

/**
 * 
 * This factory is used to deliver exported beans to the bundle beans.
 * 
 * @author Roger Parkinson
 * @version $Revision:$

From source file nz.co.senanque.madura.bundle.BundledSpringFactoryBean.java

/**
 * 
 * Returns a bean from a bundle
 * 
 * @author Roger Parkinson
 * @version $Revision: 1.5 $

From source file org.zkybase.kite.throttle.ThrottleTemplate.java

/**
 * <p>
 * Template component that fails with an exception when a concurrency threshold
 * is exceeded.
 * </p>
 * <p>