public class AlfrescoImapServer
extends org.springframework.extensions.surf.util.AbstractLifecycleBean
Constructor and Description |
---|
AlfrescoImapServer() |
Modifier and Type | Method and Description |
---|---|
void |
checkForOpeningExceptions(AtomicReference<Exception> serverOpeningExceptionRef) |
String |
getHost() |
int |
getPort() |
int |
getSecurePort() |
boolean |
isImapEnabled() |
boolean |
isImapsEnabled() |
boolean |
isImapServerEnabled() |
protected void |
onBootstrap(org.springframework.context.ApplicationEvent event) |
protected void |
onShutdown(org.springframework.context.ApplicationEvent event) |
void |
setHost(String host) |
void |
setImapEnabled(boolean imapEnabled) |
void |
setImapsEnabled(boolean imapsEnabled) |
void |
setImapServerEnabled(boolean imapServerEnabled) |
void |
setImapService(ImapService imapService) |
void |
setImapUserManager(com.icegreen.greenmail.user.UserManager imapUserManager) |
void |
setPort(int port) |
void |
setSecurePort(int securePort) |
void |
shutdown() |
void |
startup() |
public void setImapServerEnabled(boolean imapServerEnabled)
public boolean isImapServerEnabled()
public void setPort(int port)
public void setHost(String host)
public int getPort()
public void setSecurePort(int securePort)
public int getSecurePort()
public String getHost()
public void setImapService(ImapService imapService)
public void setImapUserManager(com.icegreen.greenmail.user.UserManager imapUserManager)
protected void onBootstrap(org.springframework.context.ApplicationEvent event)
onBootstrap
in class org.springframework.extensions.surf.util.AbstractLifecycleBean
protected void onShutdown(org.springframework.context.ApplicationEvent event)
onShutdown
in class org.springframework.extensions.surf.util.AbstractLifecycleBean
public void startup()
public void checkForOpeningExceptions(AtomicReference<Exception> serverOpeningExceptionRef)
public void shutdown()
public void setImapsEnabled(boolean imapsEnabled)
public boolean isImapsEnabled()
public void setImapEnabled(boolean imapEnabled)
public boolean isImapEnabled()
Copyright © 2005–2017 Alfresco Software. All rights reserved.