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

de.dfki.cos.basys.common.component.ServiceProvider Maven / Gradle / Ivy

package de.dfki.cos.basys.common.component;

public interface ServiceProvider {
	boolean connect(ComponentContext context, String connectionString);
	void disconnect();
	boolean isConnected();	
	T getService();
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy