![JAR search and dependency download from the Maven repository](/logo.png)
org.objectweb.fractal.bf.Service Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of helloworld Show documentation
Show all versions of helloworld Show documentation
The BindingFactory HelloWorld example, with TCP and Group bindings
The newest version!
package org.objectweb.fractal.bf;
/**
* A simple printing-on-demand service.
*
* @author [email protected]
*
*/
public interface Service
{
/**
* Print some message
*
*/
void print();
/**
* Return a message to the printing-service user.
* @return a string to be print.
*/
String printAndAnswer();
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy