public class SMTPModule extends WatchedReloadableModule
| Modifier and Type | Field and Description |
|---|---|
(package private) SMTPListener |
listener |
(package private) Map<String,String> |
properties |
configurationPath, getMaintainerFunction, getVersionFunction, STATE_START_TIMEdescription, guiName, namefunctions, getFunctions| Constructor and Description |
|---|
SMTPModule() |
| Modifier and Type | Method and Description |
|---|---|
String |
getLocalEmailDomains() |
void |
init()
Initializes the module.
|
static void |
main(String[] args)
Useful for debugging
|
void |
reload()
This method should be called when the module should be reloaded.
|
void |
shutdown()
Shutdown method.
|
onloadreloadConfiguration, reloadConfigurationaddInitParameters, getInitParameter, getInitParameter, getInitParameter, getInitParameters, getInitParameters, getMaintainer, getModule, getModule, getModule, getModule, getModuleInfo, getModuleLoader, getModuleReader, getModuleReader, getModules, getState, getStates, getVersion, hasModule, hasStarted, loadInitParameters, loadInitParameters, maintainance, setInitParameter, setMaintainer, setState, setVersion, shutdownModules, startModule, startModulesgetDefaultLocale, getDescription, getDescription, getGUIName, getGUIName, getLocalizedDescription, getLocalizedGUIName, getName, setDescription, setDescription, setGUIName, setGUIName, setLocalizedDescription, setLocalizedGUIName, setNameaddFunction, createParameters, getFunction, getFunctions, getFunctionValue, newFunctionInstanceSMTPListener listener
public void init()
ModuleModule.startModule(), which makes sure it is not called
more than once. You should not call init() directly, call startModule() instead.public void reload()
ReloadableModulereload in class ReloadableModulepublic String getLocalEmailDomains()
public void shutdown()
public static void main(String[] args)
MMBase 1.9-SNAPSHOT - ${javadoctimestamp}