|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
Greeting is a sample service demonstrating a simple interface that can be served using the ServiceDirectory.
| Method Summary | |
double |
add(double x,
double y)
Add two numbers and return the result. |
java.lang.String |
sayHelloTo(java.lang.String receiver)
Generate a greeting incorporating the receiver. |
| Method Detail |
public java.lang.String sayHelloTo(java.lang.String receiver)
receiver - The receiver to address in the greeting.
public double add(double x,
double y)
x - An addendy - An augend
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||