|
© 2002 BEA Systems, Inc. | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--examples.e2e.common.purchase.ref.PurchaseManagerRefImpl
PurchaseManagerRefImpl is a stateless Session Bean. This bean provides: the following services:
Constructor Summary | |
PurchaseManagerRefImpl()
Create an instance of PurchaseManagerNoOpImpl. |
Method Summary | |
void |
ejbActivate()
This method is required by the EJB Specification, |
void |
ejbCreate()
This method corresponds to the create method in the home interface |
void |
ejbPassivate()
This method is required by the EJB Specification, |
void |
ejbRemove()
This method is required by the EJB Specification, |
void |
queueOrder(OrderValue aOrder,
java.lang.String transactionID)
|
void |
queuePORequest(PurchaseQuote aQuote)
|
void |
queueQPA(QPA aQPARequest)
|
void |
setSessionContext(javax.ejb.SessionContext ctx)
Sets the session context. |
Methods inherited from class java.lang.Object |
clone,
equals,
finalize,
getClass,
hashCode,
notify,
notifyAll,
toString,
wait,
wait,
wait |
Constructor Detail |
public PurchaseManagerRefImpl()
Method Detail |
public void ejbActivate()
public void ejbCreate() throws javax.ejb.CreateException
public void ejbPassivate()
public void ejbRemove()
public void setSessionContext(javax.ejb.SessionContext ctx)
ctx
- SessionContext Context for sessionpublic void queueOrder(OrderValue aOrder, java.lang.String transactionID) throws java.lang.IllegalArgumentException, ApplicationException, java.rmi.RemoteException
aOrder
- A commerce ordertransactionID
- Payment transaction IDaOrder
is null
public void queuePORequest(PurchaseQuote aQuote) throws java.lang.IllegalArgumentException, ApplicationException, java.rmi.RemoteException
aQuote
- A quote originally sent by the supplieraQuote
is null
public void queueQPA(QPA aQPARequest) throws java.lang.IllegalArgumentException, ApplicationException, java.rmi.RemoteException
aQPA
- Query for Price and Availability from the buyer to the supplieraQPARequest
is null
|
© 2002 BEA Systems, Inc. | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |