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:
EventListener,org.springframework.beans.factory.Aware,org.springframework.context.ApplicationContextAware,org.springframework.context.ApplicationListener
- Since:
- 2.2
-
Field Summary
Fields inherited from class org.springframework.extensions.surf.util.AbstractLifecycleBean
log -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class org.alfresco.email.server.EmailServer
authenticateUserNamePassword, filterSender, getAuthenticationComponent, getDomain, getEmailService, getMaxConnections, getPort, isAuthenticate, isEnableTLS, isHideTLS, isNullReversePatAllowed, isRequireTLS, onBootstrap, onShutdown, setAllowedSenders, setAllowedSendersList, setAuthenticate, setAuthenticationComponent, setBlockedSenders, setBlockedSendersList, setDomain, setEmailService, setEnabled, setEnableTLS, setHideTLS, setMaxConnections, setPort, setRequireTLS, setUnknownUserMethods inherited from class org.springframework.extensions.surf.util.AbstractLifecycleBean
getApplicationContext, onApplicationEvent, setApplicationContextMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.springframework.context.ApplicationListener
supportsAsyncExecution
-
Constructor Details
-
SubethaEmailServer
protected SubethaEmailServer()
-
-
Method Details
-
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
-