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

public class SubethaEmailServer extends EmailServer
Since:
2.2
  • Constructor Details

    • SubethaEmailServer

      protected SubethaEmailServer()
  • Method Details

    • 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