com.openexchange.mail.cache
Class MailCacheConfiguration

java.lang.Object
  extended by com.openexchange.mail.cache.MailCacheConfiguration
All Implemented Interfaces:
com.openexchange.server.Initialization

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

MailCacheConfiguration - Loads the configuration for mail caches.

Author:
Thorben Betten

Method Summary
static MailCacheConfiguration getInstance()
          Initializes the singleton instance of MailCacheConfiguration.
 boolean isStarted()
          Checks if mail cache configuration has been started, yet.
 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 MailCacheConfiguration getInstance()
Initializes the singleton instance of MailCacheConfiguration.

Returns:
The singleton instance of MailCacheConfiguration

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

isStarted

public boolean isStarted()
Checks if mail cache configuration has been started, yet.

Returns:
true if mail cache configuration has been started; otherwise false