org.alfresco.email.server.impl.subetha
Class SubethaEmailServer

java.lang.Object
  extended by org.springframework.extensions.surf.util.AbstractLifecycleBean
      extended by org.alfresco.email.server.EmailServer
          extended by org.alfresco.email.server.impl.subetha.SubethaEmailServer
All Implemented Interfaces:
java.util.EventListener, org.springframework.context.ApplicationContextAware, org.springframework.context.ApplicationListener

public class SubethaEmailServer
extends EmailServer

Since:
2.2

Constructor Summary
protected SubethaEmailServer()
           
 
Method Summary
 void shutdown()
          Method is called when server is shutting down.
 void startup()
          Method is called when server is starting up.
 
Methods inherited from class org.alfresco.email.server.EmailServer
filterSender, getDomain, getEmailService, getMaxConnections, getPort, main, onBootstrap, onShutdown, setAllowedSenders, setAllowedSendersList, setBlockedSenders, setBlockedSendersList, setDomain, setEmailService, setEnabled, setMaxConnections, setPort
 
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
 

Constructor Detail

SubethaEmailServer

protected SubethaEmailServer()
Method Detail

startup

public void startup()
Description copied from class: EmailServer
Method is called when server is starting up.

Specified by:
startup in class EmailServer

shutdown

public void shutdown()
Description copied from class: EmailServer
Method is called when server is shutting down.

Specified by:
shutdown in class EmailServer


Copyright © 2005 - 2010 Alfresco Software, Inc. All Rights Reserved.