com.openexchange.mail.config
Class MailPropertiesInit

java.lang.Object
  extended by com.openexchange.mail.config.MailPropertiesInit
All Implemented Interfaces:
com.openexchange.server.Initialization

public final class MailPropertiesInit
extends java.lang.Object
implements com.openexchange.server.Initialization

MailPropertiesInit - Initializes global mail configuration implementation for mailing system.

Author:
Thorben Betten

Method Summary
static MailPropertiesInit getInstance()
           
 void start()
           
 void stop()
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

getInstance

public static MailPropertiesInit getInstance()
Returns:
The singleton instance

start

public void start()
           throws com.openexchange.groupware.AbstractOXException
Specified by:
start in interface com.openexchange.server.Initialization
Throws:
com.openexchange.groupware.AbstractOXException

stop

public void stop()
Specified by:
stop in interface com.openexchange.server.Initialization