Module org.newsclub.net.unix.demo
Interface HelloWorld
- All Superinterfaces:
Remote
A very simple "hello world" service.
- Author:
- Christian Kohlschütter
-
Method Summary
-
Method Details
-
hello
Returns "Hello".- Returns:
- "Hello"
- Throws:
IOException- if the operation fails.
-
world
Returns "World" (or something else?).- Returns:
- "World" (usually)
- Throws:
IOException- if the operation fails.
-