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.MX4JHttpAdaptorMBean Interface: mx4j.tools.adaptor.http.HttpAdaptorMBean
Mx4j HttpAdaptor service. Allows management of Mbeans via Http Server. When registered using MBeanRegistry, the method start must be declared as start-method.
Implementation
  • <invoke-factory service-id="hivemind.BuilderFactory" model="primitive" >
    • <construct autowire-services="false" class="mx4j.tools.adaptor.http.HttpAdaptor" >
      • <set property="port" value="${management.http.Port}" />
      • <set property="host" value="localhost" />
      • <set-object property="processor" value="instance:mx4j.tools.adaptor.http.XSLTProcessor" />
      </construct>
    </invoke-factory>

Module hivemind.management.connector
Back to master index