public interface StartUpCheckPlugin
| Modifier and Type | Interface and Description |
|---|---|
static class |
StartUpCheckPlugin.ROLE |
static class |
StartUpCheckPlugin.Severity |
| Modifier and Type | Method and Description |
|---|---|
boolean |
execute()
Executes the plugins start up check
|
java.lang.String |
getCheckType() |
java.lang.String |
getErrorMessage() |
StartUpCheckPlugin.ROLE[] |
getRole()
Returns the roles that are relevant to this system check.
|
StartUpCheckPlugin.Severity |
getSeverity()
Returns the severity level of the plugin should the system check fail.
|
boolean execute()
true if the execution was successful, false otherwiseStartUpCheckPlugin.Severity getSeverity()
FATAL severity level plugin will generate a UI error message.java.lang.String getErrorMessage()
null otherwise.StartUpCheckPlugin.ROLE[] getRole()
DEP- deposit server
REP- repository server
DEL- delivery server
PER- permanent server
ALL- all serversjava.lang.String getCheckType()