Back to index
Back to module hivemind
Service 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.
Implementation
invoke-factory
(
service-id
=
hivemind.BuilderFactory
)
{
construct
(
class
=org.apache.hivemind.impl.StartupImpl )
{
set-configuration
(
configuration-id
=Startup
property
=runnables )
}
}
Back to index
Back to module hivemind