Example usage for org.springframework.beans.factory InitializingBean interface-usage

List of usage examples for org.springframework.beans.factory InitializingBean interface-usage

Introduction

In this page you can find the example usage for org.springframework.beans.factory InitializingBean interface-usage.

Usage

From source file gov.nih.nci.cacisweb.user.EventListener.java

/**
 * An abstract class that is the parent for event listeners in this application. Any event listener should extend this
 * class.
 * 
 * @author Ajay Nalamala
 */

From source file com.mysoft.b2b.event.util.MysoftDataSource.java

/**
 * chengp: Change to the actual description of this class
 * @version   Revision History
 * <pre>
 * Author     Version       Date        Changes
 * chengp    1.0           2014825     Created

From source file com.ace.erp.common.cache.BaseCacheAspect.java

/**
 * cache?
 * Created with ace.
 * User: denghp
 * Date: 10/20/13
 * Time: 7:10 PM

From source file com.ebay.pulsar.metriccalculator.processor.configuration.MCSummingConfiguration.java

public class MCSummingConfiguration extends AbstractNamedBean implements XSerializable, InitializingBean {

    private boolean enableGroupByCounter = true;
    private Map<String, Integer> metricsThreshold = new HashMap<String, Integer>();
    private Map<String, OffHeapCacheConfig> offheapMetricConf = new HashMap<String, OffHeapCacheConfig>();
    private int groupCounterMax = 1000000;

From source file org.beangle.security.cas.CasConfig.java

/**
 * Stores properties related to this CAS service.
 * <p>
 * Each web application capable of processing CAS tickets is known as a service. This class stores
 * the properties that are relevant to the local CAS service, being the application that is being
 * secured by Beangle Security.

From source file org.jasig.cas.ticket.support.TicketGrantingTicketExpirationPolicy.java

import org.springframework.util.Assert;

/**
 * Provides the Ticket Granting Ticket expiration policy.  Ticket Granting Tickets
 * can be used any number of times, have a fixed lifetime, and an idle timeout.
 *

From source file com.reignite.messaging.server.SpringInitializedDestination.java

/**
 * This file is part of r-amf.
 * 
 * r-amf is free software: you can redistribute it and/or modify it under the
 * terms of the GNU General Public License as published by the Free Software
 * Foundation, either version 3 of the License.

From source file org.zht.framework.cache.BaseCacheAspect.java

public class BaseCacheAspect implements InitializingBean {

    protected final Logger log = LoggerFactory.getLogger(getClass());

    @Autowired
    private CacheManager cacheManager;

From source file com.soapsnake.thrift.license.rpc.ThriftServiceClientProxyFactory.java

/**
 * Created by soapsnake on 2017/6/4.
 */
public class ThriftServiceClientProxyFactory implements FactoryBean, InitializingBean {

    private String service;

From source file pt.webdetails.browserid.spring.authorities.UserDetailsWrapperAuthoritiesService.java

public class UserDetailsWrapperAuthoritiesService implements InitializingBean, GrantedAuthoritiesService {

    public UserDetailsWrapperAuthoritiesService() {
    }

    public UserDetailsWrapperAuthoritiesService(UserDetailsService userDetailsService)