|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.ibm.websphere.samples.pbw.ejb.MailerBean
public class MailerBean
MailerBean provides a transactional facade for access to Order information and notification of the buyer of order state.
Constructor Summary | |
---|---|
MailerBean()
|
Method Summary | |
---|---|
void |
createAndSendMail(Customer customerInfo,
java.lang.String orderKey)
Create a mail message and send it. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public MailerBean()
Method Detail |
---|
public void createAndSendMail(Customer customerInfo, java.lang.String orderKey) throws MailerAppException
customerInfo
- Customer information.orderKey
-
MailerAppException
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |