Uses of Class
com.ericdaugherty.mail.server.persistence.SMTPMessagePersistenceFactory.SMTPPersistenceEngine

Packages that use SMTPMessagePersistenceFactory.SMTPPersistenceEngine
com.ericdaugherty.mail.server.persistence   
 

Uses of SMTPMessagePersistenceFactory.SMTPPersistenceEngine in com.ericdaugherty.mail.server.persistence
 

Methods in com.ericdaugherty.mail.server.persistence that return SMTPMessagePersistenceFactory.SMTPPersistenceEngine
 SMTPMessagePersistenceFactory.SMTPPersistenceEngine SMTPMessagePersistenceFactory.getSMTPPersistenceEngine()
           
static SMTPMessagePersistenceFactory.SMTPPersistenceEngine SMTPMessagePersistenceFactory.SMTPPersistenceEngine.valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static SMTPMessagePersistenceFactory.SMTPPersistenceEngine[] SMTPMessagePersistenceFactory.SMTPPersistenceEngine.values()
          Returns an array containing the constants of this enum type, in the order they're declared.