|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface Bootable
Implementations are run in their own ClassLoader instances.
It is therefore required that the implementations are not invoked except by
the Bootstrap. This includes all references to the implementation
that may cause it to be loaded in the ClassLoader of the
OfficeFloorPlugin.
| Field Summary | |
|---|---|
static String |
BOOT_METHOD_NAME
Method name for booting. |
| Method Summary | |
|---|---|
void |
boot(Map<String,String> arguments)
Boots the implementation. |
| Field Detail |
|---|
static final String BOOT_METHOD_NAME
| Method Detail |
|---|
void boot(Map<String,String> arguments)
throws Throwable
arguments - Arguments to the implementation to specialise.
Throwable - If fails.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||