Find and return the set of Connectors associated with this Service. @return the array of associated Connectors
()
| 107 | * @return the array of associated Connectors |
| 108 | */ |
| 109 | Connector[] findConnectors(); |
| 110 | |
| 111 | /** |
| 112 | * Remove the specified Connector from the set associated from this Service. The removed Connector will also be |
no outgoing calls