public class Bootstrap extends Object
| Modifier and Type | Field and Description |
|---|---|
static boolean |
shutdown |
| Constructor and Description |
|---|
Bootstrap() |
| Modifier and Type | Method and Description |
|---|---|
static void |
abort() |
static void |
checkAdminAgents() |
static DomainPath |
createResource(String ns,
String itemName,
int version,
String itemType,
Set<Outcome> outcomes,
boolean reset)
Create a resource item from its module definition.
|
static void |
createServerItem() |
static StateMachine |
getPredefSM() |
static void |
initServerItemWf() |
static void |
run()
Run everything without timing-out the service wrapper
|
static void |
verifyBootDataItems()
Checks all kernel descriptions, stored in resources
|
static DomainPath |
verifyResource(String ns,
String itemName,
int version,
String itemType,
ItemPath itemPath,
Set<Outcome> outcomes,
boolean reset)
Verify a resource item against a module version, but supplies the resource outcomes directly instead of through a
|
static DomainPath |
verifyResource(String ns,
String itemName,
int version,
String itemType,
ItemPath itemPath,
String dataLocation,
boolean reset)
Verify a resource item against a module version, using a ResourceImportHandler configured to find outcomes at the given dataLocation
|
public static void run()
throws Exception
Exceptionpublic static void abort()
public static void verifyBootDataItems()
throws Exception
Exceptionpublic static DomainPath createResource(String ns, String itemName, int version, String itemType, Set<Outcome> outcomes, boolean reset) throws Exception
ns - itemName - version - itemType - outcomes - reset - Exceptionpublic static DomainPath verifyResource(String ns, String itemName, int version, String itemType, ItemPath itemPath, String dataLocation, boolean reset) throws Exception
ns - itemName - version - itemType - itemPath - dataLocation - reset - Exceptionpublic static DomainPath verifyResource(String ns, String itemName, int version, String itemType, ItemPath itemPath, Set<Outcome> outcomes, boolean reset) throws Exception
ns - itemName - version - itemType - itemPath - outcomes - reset - Exceptionpublic static StateMachine getPredefSM()
Copyright © 1997–2016 CRISTAL-iSE. All rights reserved.