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.portal.rendering.xslt.XSLTComponent.java

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

From source file org.apereo.portal.rendering.xslt.XSLTComponent.java

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

From source file org.springframework.integration.config.AbstractSimpleMessageHandlerFactoryBean.java

/**
 * Factory bean to create and configure a {@link MessageHandler}.
 *
 * @author Dave Syer
 * @author Oleg Zhurakousky
 * @author Gary Russell

From source file org.springframework.flex.messaging.integration.IntegrationAdapter.java

/**
 * A {@link MessagingAdapter} implementation that enables sending and receiving messages via Spring Integration Message
 * Channels.
 * 
 * @author Mark Fisher
 */

From source file cn.uncode.schedule.quartz.MethodInvokingJobDetailFactoryBean.java

/**
 * {@link org.springframework.beans.factory.FactoryBean} that exposes a
 * {@link org.quartz.JobDetail} object which delegates job execution to a
 * specified (static or non-static) method. Avoids the need for implementing
 * a one-line Quartz Job that just invokes an existing service method on a
 * Spring-managed target bean.

From source file org.springframework.data.gemfire.listener.ContinuousQueryListenerContainer.java

/**
 * Container providing asynchronous behaviour for GemFire continuous queries.
 * 
 * @author Costin Leau
 */
public class ContinuousQueryListenerContainer

From source file org.openspaces.core.GigaSpaceFactoryBean.java

/**
 * <p>A factory bean creating {@link org.openspaces.core.GigaSpace GigaSpace} implementation. The
 * implementation created is {@link org.openspaces.core.DefaultGigaSpace DefaultGigaSpace} which
 * allows for pluggable {@link com.j_spaces.core.IJSpace IJSpace}, {@link
 * org.openspaces.core.transaction.TransactionProvider TransactionProvider}, and {@link
 * org.openspaces.core.exception.ExceptionTranslator ExceptionTranslator}.

From source file fr.xebia.management.statistics.ProfileAspect.java

/**
 * <p>
 * Aspect to handle the methods annotated with the {@link Profiled} annotation.
 * </p>
 * 
 * @author <a href="mailto:cyrille@cyrilleleclerc.com">Cyrille Le Clerc</a>

From source file org.archive.crawler.frontier.BdbFrontier.java

/**
 * A Frontier using several BerkeleyDB JE Databases to hold its record of
 * known hosts (queues), and pending URIs. 
 *
 * @author Gordon Mohr
 */

From source file org.springframework.integration.config.ConsumerEndpointFactoryBean.java

/**
 * @author Mark Fisher
 * @author Oleg Zhurakousky
 * @author Josh Long
 * @author Gary Russell
 */