public interface Module
Modifier and Type | Method and Description |
---|---|
void |
destroy() |
String |
getId() |
int |
getMigrationVersion() |
String |
getModuleVersion() |
String |
getName() |
double |
getPriority() |
ModuleStatus |
getStatus() |
void |
init() |
int |
install() |
void |
start() |
void |
stop() |
static final String copyright
String getModuleVersion()
int getMigrationVersion()
double getPriority()
String getId()
String getName()
int install()
void init()
void start()
void stop()
void destroy()
ModuleStatus getStatus()