org.alfresco.repo.imap
Class AlfrescoImapServer
java.lang.Object
org.springframework.extensions.surf.util.AbstractLifecycleBean
org.alfresco.repo.imap.AlfrescoImapServer
- All Implemented Interfaces:
- java.util.EventListener, org.springframework.context.ApplicationContextAware, org.springframework.context.ApplicationListener
public class AlfrescoImapServer
- extends org.springframework.extensions.surf.util.AbstractLifecycleBean
| Fields inherited from class org.springframework.extensions.surf.util.AbstractLifecycleBean |
log |
| Methods inherited from class org.springframework.extensions.surf.util.AbstractLifecycleBean |
getApplicationContext, onApplicationEvent, setApplicationContext |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
AlfrescoImapServer
public AlfrescoImapServer()
setImapServerEnabled
public void setImapServerEnabled(boolean imapServerEnabled)
isImapServerEnabled
public boolean isImapServerEnabled()
setPort
public void setPort(int port)
setHost
public void setHost(java.lang.String host)
getPort
public int getPort()
setSecurePort
public void setSecurePort(int securePort)
getSecurePort
public int getSecurePort()
getHost
public java.lang.String getHost()
setImapService
public void setImapService(ImapService imapService)
setImapUserManager
public void setImapUserManager(com.icegreen.greenmail.user.UserManager imapUserManager)
onBootstrap
protected void onBootstrap(org.springframework.context.ApplicationEvent event)
- Specified by:
onBootstrap in class org.springframework.extensions.surf.util.AbstractLifecycleBean
onShutdown
protected void onShutdown(org.springframework.context.ApplicationEvent event)
- Specified by:
onShutdown in class org.springframework.extensions.surf.util.AbstractLifecycleBean
startup
public void startup()
shutdown
public void shutdown()
setImapsEnabled
public void setImapsEnabled(boolean imapsEnabled)
isImapsEnabled
public boolean isImapsEnabled()
Copyright © 2005 - 2010 Alfresco Software, Inc. All Rights Reserved.