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.springframework.data.gemfire.GemfireBeanFactoryLocator.java

/**
 * {@link BeanFactoryLocator} used for storing Spring application context/bean factory for Gemfire
 * user components (or {@link com.gemstone.gemfire.cache.Declarable}. As opposed to the "traditional"
 * {@link org.springframework.beans.factory.access.SingletonBeanFactoryLocator} this implementation does
 * not require any configuration file; it rather assume declaration inside an application context
 * (usually through {@link com.gemstone.gemfire.cache.CacheFactory} which it will store under the name

From source file com.sshdemo.common.schedule.generate.quartz.EwcmsMethodInvokingJobDetailFactoryBean.java

/**
 * 
 * @author wuzhijun
 *
 */
public class EwcmsMethodInvokingJobDetailFactoryBean extends ArgumentConvertingMethodInvoker

From source file org.alfresco.bm.test.LifecycleController.java

/**
 * Context-aware bean that initializes the application
 * 
 * @author Derek Hulley
 * @since 2.0
 */

From source file com.ebay.pulsar.collector.servlet.IngestServlet.java

/**
 * This is a servlet which receive the json format event and feed the
 * events into rest inbound channel.
 * 
 * @author xingwang
 *

From source file org.ff4j.spring.placeholder.FF4jPropertiesPlaceHolderConfigurer.java

/**
 * PostProcessorFactory used to perform replacement of <em>@ff4jProperty{""}</em> in XML files by property value.
 * 
 * @author <a href="mailto:cedrick.lunven@gmail.com">Cedrick LUNVEN</a>
 */
public class FF4jPropertiesPlaceHolderConfigurer

From source file com.dc.gameserver.extComponents.Kit.springQuartz.BeanInvokingJobDetailFactoryBean.java

/**
 * This is a cluster safe Quartz/Spring FactoryBean implementation, which
 * produces a JobDetail implementation that can invoke any no-arg method on any
 * bean deployed within a Spring container.
 * <p>
 * Use this Class instead of the MethodInvokingJobDetailBeanFactory Class

From source file org.springframework.integration.context.IntegrationObjectSupport.java

/**
 * A base class that provides convenient access to the bean factory as
 * well as {@link TaskScheduler} and {@link ConversionService} instances.
 * <p>
 * <p>This is intended to be used as a base class for internal framework
 * components whereas code built upon the integration framework should not

From source file org.springframework.osgi.service.OsgiServiceExporter.java

/**
 * A bean that transparently publishes other beans in the same
 * application context as OSGi services.
 * 
 * The service properties used when publishing the service are
 * determined by the OsgiServicePropertiesResolver. The default

From source file dstrelec.nats.listener.DefaultNatsListenerContainer.java

/**
 * The Nats message listener container.
 *
 * @author Gary Russell
 * @author Murali Reddy
 * @author Marius Bogoevici

From source file org.springframework.data.hadoop.cascading.CascadeFactoryBean.java

/**
 * Factory for declarative {@link Cascade} creation. The cascade is initialized but not started. 
 * 
 * @author Costin Leau
 */
public class CascadeFactoryBean implements InitializingBean, BeanNameAware, FactoryBean<Cascade> {