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 com.mmnaseri.dragonfly.runtime.analysis.ApplicationDesignAdvisor.java

/**
 * @author Milad Naseri (mmnaseri@programmer.net)
 * @since 1.0 (14/3/17 AD, 0:40)
 */
@SuppressWarnings("unchecked")
public abstract class ApplicationDesignAdvisor

From source file de.acosix.alfresco.mtsupport.repo.auth.TenantRoutingUserRegistryFacade.java

/**
 * @author Axel Faust, <a href="http://acosix.de">Acosix GmbH</a>
 */
public class TenantRoutingUserRegistryFacade implements TenantAwareUserRegistry, EnhancedUserRegistry,
        InitializingBean, ApplicationContextAware, ActivateableBean, BeanNameAware {

From source file fr.xebia.springframework.concurrent.ThreadPoolExecutorFactory.java

/**
 * 
 * @author <a href="mailto:cyrille@cyrilleleclerc.com">Cyrille Le Clerc</a>
 */
public class ThreadPoolExecutorFactory extends AbstractFactoryBean<ThreadPoolExecutor>
        implements FactoryBean<ThreadPoolExecutor>, BeanNameAware {

From source file org.openspaces.core.space.mode.SpaceModeContextLoader.java

/**
 * A Space mode based Spring context loader allows to load Spring application context if the Space
 * is in <code>PRIMARY</code> mode.
 *
 * <p>The space mode context loader allows to assemble beans that only operate when a space is in a
 * <code>PRIMARY</code> mode which basically applies when directly working with cluster members and

From source file org.openspaces.memcached.MemCacheDaemon.java

/**
 * @author kimchy (shay.banon)
 */
public class MemCacheDaemon implements InitializingBean, DisposableBean, BeanNameAware, ServiceDetailsProvider,
        ServiceMonitorsProvider {

From source file org.jahia.params.valves.BaseAuthValve.java

/**
 * Common class for authentication valves.
 * 
 * @author Sergiy Shyrkov
 */
public abstract class BaseAuthValve implements Valve, BeanNameAware {

From source file org.alfresco.repo.content.transform.ContentTransformerHelper.java

/**
 * A class providing basic functionality shared by both {@link ContentTransformer}s and {@link ContentTransformerWorker}s.
 * 
 * @author dward
 */
@AlfrescoPublicApi

From source file org.jasig.services.persondir.support.CachingPersonAttributeDaoImpl.java

import java.util.HashMap;
import java.util.HashSet;
import java.util.List;
import java.util.Map;
import java.util.Set;

From source file org.springframework.data.gemfire.support.GemfireBeanFactoryLocator.java

/**
 * The {@link GemfireBeanFactoryLocator} class stores a reference to the Spring
 * {@link org.springframework.context.ApplicationContext} / {@link BeanFactory} needed to auto-wire
 * user application GemFire objects implementing the {@link org.apache.geode.cache.Declarable} interface
 * and defined in GemFire's native configuration format (e.g. {@literal cache.xml}.
 *

From source file org.springframework.statemachine.support.StateMachineObjectSupport.java

/**
 * Support and helper class for base state machine implementation.
 *
 * @author Janne Valkealahti
 *
 * @param <S> the type of state