com.ibm.websphere.samples.pbw.ejb
Class MailerBean
java.lang.Object
com.ibm.websphere.samples.pbw.ejb.MailerBean
public class MailerBean
- extends Object
MailerBean provides a transactional facade for access to Order
information and notification of the buyer of order state.
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
MailerBean
public MailerBean()
createAndSendMail
public void createAndSendMail(Customer customerInfo,
String orderKey)
throws MailerAppException
- Create a mail message and send it.
- Parameters:
customerInfo
- Customer information.orderKey
-
- Throws:
MailerAppException
Copyright © 2011. All Rights Reserved.