org.jbpm.pvm.internal.email.impl
Class MailSessionImpl

java.lang.Object
  extended by org.jbpm.pvm.internal.email.impl.MailSessionImpl
All Implemented Interfaces:
MailSession

public class MailSessionImpl
extends java.lang.Object
implements MailSession


Constructor Summary
MailSessionImpl()
           
 
Method Summary
 java.util.List<MailServer> getMailServers()
           
 void send(java.util.Collection<javax.mail.Message> emails)
           
protected  void setMailServers(java.util.List<MailServer> mailServers)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

MailSessionImpl

public MailSessionImpl()
Method Detail

send

public void send(java.util.Collection<javax.mail.Message> emails)
Specified by:
send in interface MailSession

getMailServers

public java.util.List<MailServer> getMailServers()

setMailServers

protected void setMailServers(java.util.List<MailServer> mailServers)


Copyright © 2010 JBoss Community. All Rights Reserved.