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

eu.unicore.xuudb.server.IShutdownable Maven / Gradle / Ivy

There is a newer version: 2.10.3
Show newest version
package eu.unicore.xuudb.server;

public interface IShutdownable {

	public void shutdown() throws Exception;
	
	public String getNameOfService();
	
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy