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
.
Modifier and Type | Field and Description |
---|---|
static String |
BOOT_METHOD_NAME
Method name for booting.
|
Modifier and Type | Method and Description |
---|---|
void |
boot(Map<String,String> arguments)
Boots the implementation.
|
static final String BOOT_METHOD_NAME
Copyright © 2005–2016. All rights reserved.