Set the URLName representing this service. Normally used to update the url field after a service has successfully connected. Subclasses should only override this method if their URL does not follow the standard format. In particular, subclasses should override this method if their
(URLName url)
| 529 | * @see URLName |
| 530 | */ |
| 531 | protected void setURLName(URLName url) { |
| 532 | this.url = url; |
| 533 | } |
| 534 | |
| 535 | /** |
| 536 | * Add a listener for Connection events on this service. <p> |