com.openexchange.mail.transport
Class TransportInitialization

java.lang.Object
  extended by 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

Method Summary
static TransportInitialization getInstance()
           
 boolean isInitialized()
           
 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 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()