Modifier and Type | Field and Description |
---|---|
Configuration |
configuration |
static String |
copyright |
static org.slf4j.Logger |
logger |
static String |
MAIL_QUEUE |
static String |
MAIL_SENDER |
protected MailQueueSetup |
mailQueueSetup |
ServletContext |
servletContext |
protected ModuleStatus |
status |
Constructor and Description |
---|
MailModule() |
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() |
public static final String copyright
public ServletContext servletContext
public Configuration configuration
protected MailQueueSetup mailQueueSetup
protected ModuleStatus status
public static final String MAIL_QUEUE
public static final String MAIL_SENDER
public static final org.slf4j.Logger logger
public String getModuleVersion()
getModuleVersion
in interface Module
public int getMigrationVersion()
getMigrationVersion
in interface Module
public double getPriority()
getPriority
in interface Module
public ModuleStatus getStatus()