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

For more information, please explore the Attic.

Module hivemind
Back to master index

[public] Configuration Point hivemind.StartupOccurs: unbounded
A configuration to which startup objects may be contributed (as objects or services). Startup objects must implement the java.lang.Runnable interface. Order of execution is expliclitly NOT defined.
Schema
Element <startup>
Defines a service that implements the Runnable interface.
Attribute object Translator: object
Reference to the object implementing Runnable.
Conversion Rules
<push-attribute attribute="object" />
<invoke-parent method="addElement" />
Contribution from module hivemind
<startup object="service:EagerLoad" />
Contribution from module panorama.startup
<startup object="service:Startup" />

Module hivemind
Back to master index