![JAR search and dependency download from the Maven repository](/logo.png)
eu.unicore.xuudb.server.IShutdownable Maven / Gradle / Ivy
package eu.unicore.xuudb.server;
public interface IShutdownable {
public void shutdown() throws Exception;
public String getNameOfService();
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy