|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.ibm.websphere.samples.pbw.war.MailAction
public class MailAction
This class sends the email confirmation message.
Constructor Summary | |
---|---|
MailAction()
Public constructor |
Method Summary | |
---|---|
void |
sendConfirmationMessage(Customer customer,
java.lang.String orderKey)
Send the email order confirmation message. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public MailAction()
Method Detail |
---|
public final void sendConfirmationMessage(Customer customer, java.lang.String orderKey) throws javax.ejb.CreateException, javax.ejb.FinderException
customer
- The customer information.orderKey
- The order number.
javax.ejb.CreateException
javax.ejb.FinderException
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |