Add a new Connector to the set of defined Connectors, and associate it with this Service's Container. @param connector The Connector to be added
(Connector connector)
| 100 | * @param connector The Connector to be added |
| 101 | */ |
| 102 | void addConnector(Connector connector); |
| 103 | |
| 104 | /** |
| 105 | * Find and return the set of Connectors associated with this Service. |
no outgoing calls