2009/04/15 - Apache HiveMind has been retired.
For more information, please explore the
Attic
.
Module
hivemind
Back to master index
Service Point hivemind.EagerLoad
Interface:
java.lang.Runnable
Service that performs eager loading of other services. This service is contributed into the hivemind.Startup configuration.
Implementation
<invoke-factory
service-id
="
hivemind.BuilderFactory
"
model
="
primitive
" >
<construct
class
="
service.impl.EagerLoader
" >
<set-configuration
configuration-id
="
EagerLoad
"
property
="
servicePoints
" />
</construct>
</invoke-factory>
Module
hivemind
Back to master index