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

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

Introduction

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

Usage

From source file com.joyveb.dbpimpl.cass.prepare.mapping.CassandraMappingContext.java

/**
 * Default implementation of a {@link MappingContext} for Cassandra using {@link BasicCassandraPersistentEntity} and
 * {@link BasicCassandraPersistentProperty} as primary abstractions.
 * 
 * @author Alex Shvid
 */

From source file org.reunionemu.jreunion.server.Server.java

/**
 * @author Aidamina
 * @license http://reunion.googlecode.com/svn/trunk/license.txt
 */
@DependsOn("database")
@Lazy(false)

From source file org.urbantower.j4s.SpringServer.java

/**
 * Extended Jetty Server class with Spring support.
 */
public class SpringServer extends Server implements InitializingBean, ApplicationContextAware {

    /// the 'http' port property

From source file net.javacrumbs.smock.http.server.servlet.AbstractHttpSmockServerTest.java

/**
 * Creates {@link MockWebServiceClient} and exposes Smock utility methods. You will want to use a subclass for CXF or Metro packages.
 * @author Lukas Krecan
 *
 */
public abstract class AbstractHttpSmockServerTest extends AbstractCommonSmockServerTest

From source file org.apache.cloudstack.ldap.LdapUserManagerFactory.java

public class LdapUserManagerFactory implements ApplicationContextAware {

    public static final Logger s_logger = LoggerFactory.getLogger(LdapUserManagerFactory.class.getName());

    private static Map<LdapUserManager.Provider, LdapUserManager> ldapUserManagerMap = new HashMap<>();

From source file org.red5.server.net.rtmp.codec.RTMPMinaCodecFactory.java

/**
 * RTMP codec factory.
 */
public class RTMPMinaCodecFactory implements ProtocolCodecFactory, ApplicationContextAware, InitializingBean {

    protected ApplicationContext appCtx;

From source file com.epam.ta.reportportal.core.statistics.StatisticsFacadeFactoryImpl.java

/**
 * Default implementation of factory for statistics facades
 *
 * @author Andrei Varabyeu
 */
@Service

From source file com.shigengyu.hyperion.cache.TransitionCompensatorCacheLoader.java

@Service
public class TransitionCompensatorCacheLoader
        extends CacheLoader<Class<? extends TransitionCompensator>, TransitionCompensator>
        implements ApplicationContextAware {

    private ApplicationContext applicationContext;

From source file org.bpmscript.integration.internal.memory.SpringMessageSender.java

/**
 * Sends messages to a message bus looked up by bean name
 */
public class SpringMessageSender implements IMessageSender, ApplicationContextAware {

    private final transient org.apache.commons.logging.Log log = org.apache.commons.logging.LogFactory

From source file org.ngrinder.perftest.service.MockPerfTestServiceConfig.java

/**
 * Dynamic creation of {@link PerfTestService} depending on the cluster enable or disable.
 *
 * @author JunHo Yoon
 * @since 3.1
 */