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

org.caiguoqing.uyuni.rpc.server.Service Maven / Gradle / Ivy

The newest version!
/**
 * 
 */
package org.caiguoqing.uyuni.rpc.server;

/**
 * @author org.caiguoqing
 * 
 */
public interface Service {
	public boolean run();
	public boolean stop();
	public boolean start();
	public void loop();
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy