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

For more information, please explore the Attic.

Module hivemind.management
Back to master index

[public] Configuration Point hivemind.management.MBeansOccurs: unbounded
Configuration to which services may be contributed. The corresponding services are registered as MBeans in the MBeanServer.
Schema
Element <mbean>
Attribute object-name Translator: string
Attribute service-id (required) Translator: service-point
Attribute start-method Translator: string
Conversion Rules
<conversion class="org.apache.hivemind.management.impl.MBeanRegistrationContribution" >
  • <map attribute="service-id" property="servicePoint" />
  • <map attribute="object-name" property="objectName" />
</conversion>

Module hivemind.management
Back to master index