xmlBlaster 1.6.2 API

Uses of Class
org.xmlBlaster.util.protocol.email.SmtpClient

Packages that use SmtpClient
org.xmlBlaster.engine The core implementation. 
org.xmlBlaster.util.protocol.email   
 

Uses of SmtpClient in org.xmlBlaster.engine
 

Fields in org.xmlBlaster.engine declared as SmtpClient
protected  SmtpClient EventPlugin.smtpClient
           
private  SmtpClient EventPlugin.SmtpDestinationHelper.smtpClient
           
 

Methods in org.xmlBlaster.engine that return SmtpClient
 SmtpClient EventPlugin.getSmtpClient()
          TODO: Put into engine.Global and util.Global (see EmailExecutor.java)
 

Constructors in org.xmlBlaster.engine with parameters of type SmtpClient
EventPlugin.SmtpDestinationHelper(SmtpClient smtpClient, java.lang.String destination)
           
 

Uses of SmtpClient in org.xmlBlaster.util.protocol.email
 

Fields in org.xmlBlaster.util.protocol.email declared as SmtpClient
private  SmtpClient SmtpClient.AsyncSender.smtpClient
           
protected  SmtpClient EmailExecutor.smtpClient
           
 

Methods in org.xmlBlaster.util.protocol.email that return SmtpClient
static SmtpClient SmtpClient.getSmtpClient(Global glob, I_PluginConfig pluginConfig)
          The SmtpClient is a singleton in the Global scope.
 SmtpClient EmailExecutor.getSmtpClient()
          TODO: Put into engine.Global and util.Global (see EventPlugin.java)
 

Constructors in org.xmlBlaster.util.protocol.email with parameters of type SmtpClient
SmtpClient.AsyncSender(SmtpClient smtpClient, edu.emory.mathcs.backport.java.util.concurrent.BlockingQueue q)
           
 


xmlBlaster 1.6.2 API

Copyright © 1999-2007 The xmlBlaster.org contributers.