com.openexchange.mail.transport.config
Class TransportPropertiesInit

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

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

TransportPropertiesInit - Initializes global configuration implementation for transport system.

Author:
Thorben Betten

Method Summary
static TransportPropertiesInit 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 TransportPropertiesInit 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