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

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

Introduction

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

Usage

From source file com.azaptree.services.http.impl.HttpServiceImpl.java

@Service
@ManagedResource
public class HttpServiceImpl extends AbstractIdleService
        implements HttpService, ApplicationListener<ContextRefreshedEvent>, HttpServiceJmxApi {

    private final Server server;

From source file org.jasig.schedassist.impl.events.AppointmentStatisticsApplicationListener.java

/**
 * {@link ApplicationListener} that inserts a row in the 
 * statistics table for each {@link AbstractAppointmentEvent}.
 *  
 * @author Nicholas Blair, nblair@doit.wisc.edu
 * @version $Id: AppointmentStatisticsApplicationListener.java 2832 2010-11-02 17:07:37Z npblair $

From source file io.kahu.hawaii.util.call.configuration.DispatcherConfigurator.java

public class DispatcherConfigurator implements ApplicationListener<ContextRefreshedEvent> {
    private final LogManager logManager;
    private final ExecutorRepository executorServiceRepository;
    private final RequestConfigurations requestConfigurations;

    public DispatcherConfigurator(ExecutorRepository executorServiceRepository,

From source file org.alfresco.module.daos.mongo.MongoNodeDAOImpl.java

/**
 * MongoDB override to store node properties and aspects
 * 
 * @author Gabriele Columbro
 * @author Derek Hulley
 * 

From source file domain.document.indexing.FieldIndexApplicationListener.java

/**
 * @author Juan Camilo Rada
 *
 * Spring application listener. The listener add the documents to the full serch text engine.
 *
 */

From source file org.cleverbus.core.conf.ConfigurationChecker.java

/**
 * Configuration checker that is called when application context is initialized.
 * There are some predefined checks or you can define your own checking via {@link ConfCheck} interface.
 * <p/>
 * Checking of {@link #checkLocalhostUri() localhost URI} must be explicitly enabled by calling
 * {@link #setCheckUrl(boolean)} because there were few problems on some platforms during testing.

From source file org.openwms.tms.state.Initializer.java

/**
 * A Initializer.
 *
 * @author <a href="mailto:scherrer@openwms.org">Heiko Scherrer</a>
 */
@Transactional(propagation = Propagation.MANDATORY)

From source file io.cloudslang.worker.management.services.InBuffer.java

/**
 * Created with IntelliJ IDEA.
 * User: kravtsov
 * Date: 20/11/12
 * Time: 08:46
 */

From source file com.zz.cluster4spring.registry.support.ex.DefaultProvidingRegistry.java

/**
 * Default implementation of ProvidingRegistry. It issues network notifications
 * when item is registered and unregistered, but delegates the actual details of
 * network communication to corresponding {@link CommunicationHelper}. In
 * addition, it implements methods from {@link RegistryEventProcessor} interface
 * which allows this class to handle requests for items that are published by

From source file org.bigtester.ate.model.data.StepErElementExistenceValue.java

/**
 * This class PropertyDataValue defines .... this class is desperate
 * 
 * @author Peidong Hu
 *
 */