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 runnable
Allows an instance of a class implementing Runnable to be contributed.
Attribute class Optional
Translatorinstance
The name of a class implementing Runnable.

Conversion Rules

  • push-attribute ( attribute=class )
  • invoke-parent ( method=addElement )
Element service
Defines a service that implements the Runnable interface.
Attribute service-id Optional
Translatorservice
The name of a service implementing the Runnable interface.

Conversion Rules

  • push-attribute ( attribute=service-id )
  • invoke-parent ( method=addElement )

Contributions from module hivemind


Back to index
Back to module hivemind