Back to index
Back to module hivemind

Configuration Point hivemind.Startup

Expected Countunbounded
A configuration to which startup objects may be contributed (as objects or services). Startup object 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 Optional
Translatorobject
Reference to the object implementing Runnable.

Conversion Rules

  • <push-attribute attribute="object" />
  • <invoke-parent method="addElement" />

Contributions from module hivemind


Back to index
Back to module hivemind