2009/04/15 - Apache HiveMind has been retired.

For more information, please explore the Attic.

Module hivemind.management.connector
Back to master index

[public] 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" >
      • <service />
      </construct>
    </invoke-factory>

Module hivemind.management.connector
Back to master index