|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface Bootstrapper
Implementations bootstrap a runtime in two phases. The first phase initializes the runtime domain. The second phase initializes the core runtime services.
| Method Summary | |
|---|---|
void |
bootRuntimeDomain(SCA4JRuntime<?> runtime,
java.lang.ClassLoader bootClassLoader,
java.lang.ClassLoader appClassLoader)
Initializes the domain for the given runtime. |
void |
bootSystem()
Initialize the core system components for the supplied runtime. |
| Method Detail |
|---|
void bootRuntimeDomain(SCA4JRuntime<?> runtime,
java.lang.ClassLoader bootClassLoader,
java.lang.ClassLoader appClassLoader)
throws InitializationException
runtime - the runtime to initialize the domain forbootClassLoader - the bootstrap classloaderappClassLoader - the top-level application classloader
InitializationException - if there was a problem bootstrapping the runtime
void bootSystem()
throws InitializationException
InitializationException - if there was a problem bootstrapping the runtime
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||