Uses of Class
org.ploin.pmf.entity.ServerConfig

Packages that use ServerConfig
org.ploin.pmf In this package contains the interfaces. 
org.ploin.pmf.impl This package contains the interface implementations. 
 

Uses of ServerConfig in org.ploin.pmf
 

Methods in org.ploin.pmf that return ServerConfig
 ServerConfig ISecondThreadSending.getLoadbalancedNode()
           
 ServerConfig ISecondThreadSending.getServerConfig(String client, String selectedNode)
           
 

Methods in org.ploin.pmf with parameters of type ServerConfig
 SendingResult IMailSender.sendMail(String plain, String html, MailConfig mailConfig, ServerConfig serverConfig, Map<String,String> map)
          This method sends the mail.
 

Uses of ServerConfig in org.ploin.pmf.impl
 

Methods in org.ploin.pmf.impl that return ServerConfig
 ServerConfig SecondThreadSending.getLoadbalancedNode()
           
 ServerConfig SecondThreadSending.getServerConfig(String client, String selectedNode)
           
 

Methods in org.ploin.pmf.impl with parameters of type ServerConfig
 SendingResult MailSender.sendMail(String plain, String html, MailConfig mailConfig, ServerConfig serverConfig, Map<String,String> map)
           
 



Copyright © 2012 PLOIN GmbH. All Rights Reserved.