Service Point hivemind.management.connector.JMXConnectorServerFactory | Interface: | org.apache.hivemind.ServiceImplementationFactory |
Used to construct JMXConnectorServer instances (interface JMXConnectorServerMBean).
These instances provide jmx remote management capabilities. |
Parameters occurs: | 1 |
Parameters Schema |
Element <connector> |
Specifies parameters needed to construct the JMXConnectorServer. |
Attribute jmx-service-url (required) | Translator: | string |
The address of a JMX API connector server. Syntax corresponds to javax.management.remote.JMXServiceURL |
Conversion Rules |
<conversion class=" org.apache.hivemind.management.impl.JMXConnectorServerParameter"
>
-
<map attribute="jmx-service-url"
property="jmxServiceURL"
/>
</conversion>
|
|
Implementation |
- <invoke-factory service-id="hivemind.BuilderFactory" model="singleton" >
-
<construct class="org.apache.hivemind.management.impl.JMXConnectorServerFactory"
> </construct>
</invoke-factory>
|