All Downloads are FREE. Search and download functionalities are using the official Maven repository.

clime.messadmin.providers.spi.BaseProvider Maven / Gradle / Ivy

Go to download

Notification system and Session administration for J2EE Web Applications

There is a newer version: 4.1.1
Show newest version
/**
 * 
 */
package clime.messadmin.providers.spi;


/**
 * @author Cédrik LIME
 */
public abstract interface BaseProvider {
	/**
	 * Sort order for this provider.
	 * Providers with smaller priority will be executed before,
	 * and providers with higher priority will be executed after.
	 * @return priority of this provider
	 */
	public int getPriority();
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy