org.ploin.pmf
Interface ISecondThreadSending

All Superinterfaces:
Runnable, Serializable
All Known Implementing Classes:
SecondThreadSending

public interface ISecondThreadSending
extends Serializable, Runnable

This interface is responsible for sending the mail.
If in the configuration property singleThread is set to false,
the implementation of this interface will be running in a second thread.

$LastChangedBy: r.reiz $
$Revision: 77 $
$Date: 2010-03-15 13:13:45 +0100 (Mon, 15 Mar 2010) $


Method Summary
 ServerConfig getLoadbalancedNode()
           
 ServerConfig getServerConfig(String client, String selectedNode)
           
 SendingResult send()
           
 
Methods inherited from interface java.lang.Runnable
run
 

Method Detail

send

SendingResult send()
                   throws MailFactoryException
Throws:
MailFactoryException

getServerConfig

ServerConfig getServerConfig(String client,
                             String selectedNode)
                             throws MailFactoryException
Throws:
MailFactoryException

getLoadbalancedNode

ServerConfig getLoadbalancedNode()
                                 throws MailFactoryException
Throws:
MailFactoryException


Copyright © 2012 PLOIN GmbH. All Rights Reserved.