Example usage for org.springframework.context ApplicationEventPublisherAware interface-usage

List of usage examples for org.springframework.context ApplicationEventPublisherAware interface-usage

Introduction

In this page you can find the example usage for org.springframework.context ApplicationEventPublisherAware interface-usage.

Usage

From source file org.jahia.services.templates.ModuleInstallationHelper.java

/**
 * Module installation helper.
 * 
 * @author Sergiy Shyrkov
 */
public class ModuleInstallationHelper implements ApplicationEventPublisherAware {

From source file org.jasig.portal.events.PortalEventFactoryImpl.java

/**
 * @author Eric Dalquist
 * @version $Revision$
 */
@Service("portalEventFactory")
public class PortalEventFactoryImpl implements IPortalEventFactory, ApplicationEventPublisherAware {

From source file org.josso.spring.acegi.JOSSOProcessingFilter.java

/**
 * This is a processing filter that will inject user identity into ACEGI.  The principal is retrived from the incomming
 * HTTP request and JOSSO infrastructure is used to obtain the complete identity information.
 * <p/>
 * User: sgonzalez
 * Date: Sep 28, 2007

From source file org.sipfoundry.sipxconfig.admin.commserver.SipxReplicationContextImpl.java

public abstract class SipxReplicationContextImpl
        implements ApplicationEventPublisherAware, BeanFactoryAware, SipxReplicationContext {

    private static final String IGNORE_REPLICATION_MESSAGE = "In initialization phase, ignoring request to replicate ";

    private static final Log LOG = LogFactory.getLog(SipxReplicationContextImpl.class);

From source file org.sipfoundry.sipxconfig.commserver.SipxReplicationContextImpl.java

public class SipxReplicationContextImpl implements ApplicationEventPublisherAware, SipxReplicationContext {
    private static final Log LOG = LogFactory.getLog(SipxReplicationContextImpl.class);
    private ApplicationEventPublisher m_applicationEventPublisher;
    private ReplicationManager m_replicationManager;
    private JobContext m_jobContext;
    private LocationsManager m_locationsManager;

From source file org.springframework.amqp.rabbit.config.AbstractRabbitListenerContainerFactory.java

/**
 * Base {@link RabbitListenerContainerFactory} for Spring's base container implementation.
 *
 * @author Stephane Nicoll
 * @author Gary Russell
 * @author Artem Bilan

From source file org.springframework.amqp.rabbit.listener.AbstractMessageListenerContainer.java

/**
 * @author Mark Pollack
 * @author Mark Fisher
 * @author Dave Syer
 * @author James Carr
 * @author Gary Russell

From source file org.springframework.boot.autoconfigure.batch.JobLauncherCommandLineRunner.java

/**
 * {@link CommandLineRunner} to {@link JobLauncher launch} Spring Batch jobs. Runs all
 * jobs in the surrounding context by default. Can also be used to launch a specific job
 * by providing a jobName
 *
 * @author Dave Syer

From source file org.springframework.cloud.config.monitor.PropertyPathEndpoint.java

/**
 * HTTP endpoint for webhooks coming from repository providers.
 *
 * @author Dave Syer
 *
 */

From source file org.springframework.cloud.gateway.actuate.GatewayControllerEndpoint.java

/**
 * @author Spencer Gibb
 */
@RestControllerEndpoint(id = "gateway")
public class GatewayControllerEndpoint implements ApplicationEventPublisherAware {