Class 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 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