com.openexchange.mail.transport
Class TransportInitialization
java.lang.Object
com.openexchange.mail.transport.TransportInitialization
- All Implemented Interfaces:
- com.openexchange.server.Initialization
public final class TransportInitialization
- extends java.lang.Object
- implements com.openexchange.server.Initialization
TransportInitialization - Initializes whole transport implementation and therefore provides a central point for starting/stopping
transport implementation.
- Author:
- Thorben Betten
| Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
getInstance
public static TransportInitialization getInstance()
- Returns:
- The singleton instance of
TransportInitialization
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
isInitialized
public boolean isInitialized()