Uses of Interface
com.googlecode.jpattern.service.mail.IMailService

Packages that use IMailService
com.googlecode.jpattern.core   
com.googlecode.jpattern.service.log   
com.googlecode.jpattern.service.mail   
 

Uses of IMailService in com.googlecode.jpattern.core
 

Methods in com.googlecode.jpattern.core that return IMailService
 IMailService AApplicationProvider.getMailService()
           
 IMailService IProvider.getMailService()
           
 IMailService NullProvider.getMailService()
           
 

Uses of IMailService in com.googlecode.jpattern.service.log
 

Constructors in com.googlecode.jpattern.service.log with parameters of type IMailService
MailExecutor(IMailService mailService, List<String> mailTo, String mailFrom, String mailSubject)
           
MailExecutor(IMailService mailService, List<String> mailTo, String mailFrom, String mailSubject, IExecutor successor)
           
SimpleLoggerServiceBuilder(ILoggerConfig loggerConfig, IMailService mailService)
           
 

Uses of IMailService in com.googlecode.jpattern.service.mail
 

Classes in com.googlecode.jpattern.service.mail that implement IMailService
 class MailService
           
 class NullMailService
           
 



Copyright © 2011. All Rights Reserved.