|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.ibm.websphere.samples.plantsbywebsphereejb.MailerBean
public class MailerBean
MailerBean is the implementation class for the Mailer stateless session EJB.
MailerBean implements each of the business methods in the Mailer
EJB remote interface and each of the EJB lifecycle methods in the javax.ejb.SessionBean
interface.
Mailer| Constructor Summary | |
|---|---|
MailerBean()
|
|
| Method Summary | |
|---|---|
void |
createAndSendMail(CustomerInfo 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(CustomerInfo customerInfo,
java.lang.String orderKey)
throws MailerAppException
createAndSendMail in interface MailercustomerInfo - Customer information.orderKey -
MailerAppException
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||