Class SubethaEmailServer
- java.lang.Object
-
- org.springframework.extensions.surf.util.AbstractLifecycleBean
-
- org.alfresco.email.server.EmailServer
-
- org.alfresco.email.server.impl.subetha.SubethaEmailServer
-
- All Implemented Interfaces:
java.util.EventListener,org.springframework.beans.factory.Aware,org.springframework.context.ApplicationContextAware,org.springframework.context.ApplicationListener
public class SubethaEmailServer extends EmailServer
- Since:
- 2.2
-
-
Constructor Summary
Constructors Modifier Constructor Description protectedSubethaEmailServer()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidshutdown()Method is called when server is shutting down.voidstartup()Method is called when server is starting up.-
Methods inherited from class org.alfresco.email.server.EmailServer
authenticateUserNamePassword, filterSender, getAuthenticationComponent, getDomain, getEmailService, getMaxConnections, getPort, isAuthenticate, isEnableTLS, isHideTLS, isNullReversePatAllowed, isRequireTLS, main, onBootstrap, onShutdown, setAllowedSenders, setAllowedSendersList, setAuthenticate, setAuthenticationComponent, setBlockedSenders, setBlockedSendersList, setDomain, setEmailService, setEnabled, setEnableTLS, setHideTLS, setMaxConnections, setPort, setRequireTLS, setUnknownUser
-
-
-
-
Method Detail
-
startup
public void startup()
Description copied from class:EmailServerMethod is called when server is starting up.- Specified by:
startupin classEmailServer
-
shutdown
public void shutdown()
Description copied from class:EmailServerMethod is called when server is shutting down.- Specified by:
shutdownin classEmailServer
-
-