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 me.j360.base.service.memcached.MemcachedSimulator.java

/**
 * JMemcached?, ?.
 * 
 * @author calvin
 */
public class MemcachedSimulator implements InitializingBean, DisposableBean {

From source file com.betfair.tornjak.monitor.util.MonitorRegistration.java

/**
 * Utility class that registers one or more monitors with a registry.
 */
public class MonitorRegistration implements InitializingBean {
    private List<Monitor> monitors;
    private MonitorRegistry registry;

From source file de.codecentric.capturereplay.data.DefaultCaptureFileProvider.java

public class DefaultCaptureFileProvider implements CaptureFileProvider, InitializingBean {

    private static final String DEFAULT_CAPTURE_FILE_EXTENSION = ".json";

    private String captureFilesPath;

From source file uk.ac.gda.util.UnixToWindowsFilePathConverter.java

public class UnixToWindowsFilePathConverter implements FilePathConverter, InitializingBean {

    private String windowsSubString;
    private String unixSubString;
    private boolean backSlash = true; //some plugins use forward slash for both windows and Unix but previous GDA version uses only different slash 

From source file wicket.contrib.activewidgets.examples.DataGenerator.java

/**
 * @author ivaynberg
 * @author Kare Nuorteva
 */
public class DataGenerator implements InitializingBean {
    private static final String[] FIRSTNAMES = { "Jacob", "Emily", "Michael", "Sarah", "Matthew", "Brianna",

From source file com.sybase365.mobiliser.custom.project.businesslogic.configuration.CustomProjectConfiguration.java

/**
 * Central configuration point for custom business logic.
 *
 * @since 2012-01-20
 */
public class CustomProjectConfiguration implements InitializingBean {

From source file org.beangle.security.cas.web.CasEntryPoint.java

/**
 * Used by the <code>ExceptionTranslationFilter</code> to commence
 * authentication via the JA-SIG Central Authentication Service (CAS).
 * <p>
 * The user's browser will be redirected to the JA-SIG CAS enterprise-wide login page. This page is
 * specified by the <code>loginUrl</code> property. Once login is complete, the CAS login page will

From source file com.octo.captcha.module.acegi.JCaptchaImageController.java

/**
 * <p><ul><li></li></ul></p>
 *
 * @author <a href="mailto:marc.antoine.garrigue@gmail.com">Marc-Antoine Garrigue</a>
 * @version $Id$
 */

From source file org.springextensions.db4o.Db4oAccessor.java

/**
 * Base class for Db4oTemplate and Db4oInterceptor, defining common properties
 * like objectContainer.
 * <p/>
 * <p/>
 * Not intended to be used directly. See Db4oTemplate and Db4oInterceptor.

From source file com.fusesource.forge.jmstest.probe.jmx.AMQDestinationProbe.java

public class AMQDestinationProbe extends JMXProbe implements InitializingBean {

    private String destinationName = null;
    private String destinationType = "Queue";
    private String brokerName = "localhost";
    private String objectNamePrefix = null;