Example usage for org.springframework.core Ordered interface-usage

List of usage examples for org.springframework.core Ordered interface-usage

Introduction

In this page you can find the example usage for org.springframework.core Ordered interface-usage.

Usage

From source file nexcore.scorpion.core.util.IContextStartedAware.java

/**
 *   : nexcore.gemini.commons.lazyinit
 *   : IContextStartedAware.java
 * ? : alcava00
 * ? : 2012. 6. 21.
 *   : CamelContext  ? ? Notify  implements ? Interface

From source file edu.mayo.cts2.framework.plugin.service.lexevs.uri.DelegateUriHandler.java

/**
 * Like {@link UriHandler} but with ordering -- used as Delegates.
 *
 * @author <a href="mailto:kevin.peterson@mayo.edu">Kevin Peterson</a>
 */
public interface DelegateUriHandler extends UriHandler, Ordered {

From source file com.erinors.hpb.server.handler.PersistentObjectHandler.java

/**
 * @author Norbert Sndor
 */
public interface PersistentObjectHandler extends Ordered {
    Object ProcessedToNull = new Object();

From source file com.inspiresoftware.lib.dto.geda.interceptor.impl.GeDABootstrapAdvicePostProcessor.java

/**
 * This post processor will scan the methods annotated with {@link com.inspiresoftware.lib.dto.geda.annotations.Transferable}
 * on beans in order to white-list methods to be used for advice.
 * <p/>
 * User: denispavlov
 * Date: Jan 27, 2012

From source file edu.mayo.cts2.framework.plugin.service.lexevs.service.entity.DelegateEntityQueryService.java

/**
 * The Interface DelegateEntityQueryService.
 *
 * @author <a href="mailto:kevin.peterson@mayo.edu">Kevin Peterson</a>
 */
public interface DelegateEntityQueryService extends EntityDescriptionQueryService, Ordered {

From source file com.googlecode.shutdownlistener.spring.OrderedShutdownListener.java

/**
 * @author Eric Dalquist
 * @version $Revision$
 */
public interface OrderedShutdownListener extends ShutdownListener, Ordered {

From source file biz.deinum.multitenant.aop.target.registry.AbstractTargetRegistry.java

/**
 * Generic implementation and functionality for a {@link TargetRegistry}. 
 * This class provides optional chaining of TargetRestry instances.
 * 
 * @author Marten Deinum
 * @since 1.1

From source file springfox.documentation.schema.AlternateTypeRuleConvention.java

@Incubating("2.7.0")
public interface AlternateTypeRuleConvention extends Ordered {
    List<AlternateTypeRule> rules();
}

From source file org.jolokia.support.spring.SpringJolokiaConfigHolder.java

/**
 * Configuration wrapper for a spring based configuration. It simply wraps a string-string map
 * for values.
 * The content of this object is used for building up a {@link org.jolokia.jvmagent.JolokiaServerConfig} for
 * the server to start.
 * <p>

From source file org.jolokia.jvmagent.spring.SpringJolokiaConfigHolder.java

/**
 * Configuration wrapper for a spring based configuration. It simply wraps a string-string map
 * for values.
 * The content of this object is used for building up a {@link org.jolokia.jvmagent.JolokiaServerConfig} for
 * the server to start.
 * <p>