public class StartupImpl extends BaseLocatable implements java.lang.Runnable
last step
of the
registry construction
.
All contributions (java.lang.Runnable objects) to the hivemind.Startup
configuration point are executed serially in an arbitrary order. Note that the contributions are
not executed in separate Threads.
HiveMind contributes the hivemind.EagerLoad
(see
EagerLoader
) service to the
hivemind.Startup
configuration.
Constructor and Description |
---|
StartupImpl() |
Modifier and Type | Method and Description |
---|---|
void |
run() |
void |
setRunnables(java.util.List list) |
getLocation, setLocation
public StartupImpl()
public void run()
run
in interface java.lang.Runnable
public void setRunnables(java.util.List list)