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

For more information, please explore the Attic.

Module hivemind
Back to master index

[public] Service Point hivemind.Startup Interface: java.lang.Runnable
A service which is used to bootstrap HiveMind; it obtains the hivemind.Startup configuration and runs each Runnable object or service within as the last step of the Registry construction phase. Note that the execution order is arbitrary and the startup objects are NOT executed in separate threads.
Implementation
  • <invoke-factory service-id="hivemind.BuilderFactory" model="singleton" >
    • <construct class="impl.StartupImpl" >
      • <set-configuration configuration-id="Startup" property="runnables" />
      </construct>
    </invoke-factory>

Module hivemind
Back to master index