Set the name of this Service. @param name The new service name
(String name)
| 57 | * @param name The new service name |
| 58 | */ |
| 59 | void setName(String name); |
| 60 | |
| 61 | /** |
| 62 | * Returns the <code>Server</code> with which we are associated (if any). |
no outgoing calls