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

com.jpattern.core.IServicesName Maven / Gradle / Ivy

There is a newer version: 3.6.2
Show newest version
package com.jpattern.core;

import java.io.Serializable;

/**
 * 
 * @author Francesco Cina'
 *
 * 09/apr/2010
 */

public interface IServicesName extends Serializable {
    
	String CACHE_SERVICE = "cacheService";
    String LOGGER_SERVICE = "loggerService";
	String LOGGER_READER_SERVICE = "loggerReaderService";
	String MESSAGEMANAGER_SERVICE = "tagManagerService";
	String MAIL_SENDER_SERVICE = "mailSenderService";
	
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy