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.jasig.springframework.beans.factory.DummyFactory.java

/**
 * Simple factory to allow testing of FactoryBean support in AbstractBeanFactory.
 * Depending on whether its singleton property is set, it will return a singleton
 * or a prototype instance.
 *
 * <p>Implements InitializingBean interface, so we can check that

From source file ch.tatool.core.element.NodeImpl.java

/**
 * Default node implementation. Provides helper methods to assign a parent as well
 * as support for id chaining where the id is "{parentId}.{localId}"
 * 
 * @author Michael Ruflin
 */

From source file it.caladyon.akka.molla.topology.SpringActor.java

/**
 * Questa classe definisce le funzionalita' comuni a tutti gli attori del sistema:
 * <ul>
 * <li>gestione del nome dell'attore (bean name);
 * <li>gestione dell'event stream per la pubblicazione degli {@link HeartBeat},
 * con gli opportuni metodi per la generazione dei "battiti";

From source file org.apache.geode.geospatial.client.ActorController.java

/**
 * Created by Charlie Black on 7/7/16.
 */
public class ActorController implements Runnable, InitializingBean, BeanNameAware {

    private static final Logger logger = LoggerFactory.getLogger(ActorController.class);

From source file org.springframework.scheduling.timer.TimerTaskExecutor.java

/**
 * {@link org.springframework.core.task.TaskExecutor} implementation that uses a
 * single {@link Timer} for executing all tasks, effectively resulting in
 * serialized asynchronous execution on a single thread.
 *
 * @author Juergen Hoeller

From source file org.alfresco.repo.audit.extractor.AbstractDataExtractor.java

/**
 * Abstract implementation to provide support.
 * 
 * @author Derek Hulley
 * @since 3.2
 */

From source file org.alfresco.repo.audit.generator.AbstractDataGenerator.java

/**
 * Abstract implementation to provide support.
 * 
 * @author Derek Hulley
 * @since 3.2
 */

From source file org.alfresco.bm.event.AbstractEventProcessor.java

/**
 * Basic services for the {@link EventProcessor event processor} implementations
 * <p/>
 * <b>Read {@link EventProcessor 'good practice'} notes for documenting behaviour.
 * 
 * @author Derek Hulley

From source file org.alfresco.module.org_alfresco_module_rm.patch.AbstractModulePatch.java

/**
 * Abstract module patch implementation.
 *
 * @author Roy Wetherall
 * @since 2.2
 */

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

/**
 * Collection of overrides: alternative() values for object properties
 * that should apply in some contexts. The target is specified(,) as an
 * arbitrarily(???)-long property-path, a string describing how to access 
 * the property starting from a beanName in a BeanFactory. 
 *