|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.ibm.websphere.samples.plantsbywebspherewar.MailAction
public class MailAction
This class sends the email confirmation message.
Constructor Summary | |
---|---|
MailAction()
Public constructor |
Method Summary | |
---|---|
void |
sendConfirmationMessage(CustomerInfo customerInfo,
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(CustomerInfo customerInfo, java.lang.String orderKey) throws javax.ejb.CreateException, javax.ejb.FinderException
customerInfo
- 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 |