|
SAP NetWeaver 7.30 (SP03) Composition Environment | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface TransactionalMessageListener
A MessageDrivenBean implementing this interface is able to receive requests from R/3 via bgRFC and tRFC. The handling or the transactional IDs is made by the infrastucture
| Method Summary | |
|---|---|
void |
onCommit()
This API is called when a call from R/3 has been dispatched successfully. |
void |
onMessage(MappedRecord msg,
Properties info)
This method is called by EJB container when an R/3 calls asynchronously to the registered Resource Adapter server. |
void |
onRollback()
This API is called when a call from R/3 has been failed. |
| Method Detail |
|---|
void onMessage(MappedRecord msg,
Properties info)
throws ResourceWarning
msg - message sent over tRFC from R/3info - contains caller identification, like UserName, SystemID, etc.
ResourceWarning - application exception corresponding
an ABAP exception defined in the function module interfacevoid onCommit()
void onRollback()
| Access Rights |
|---|
| SC | DC | Public Part | ACH |
|---|---|---|---|
[sap.com] ENGFACADE
|
[sap.com] tc/bl/jra/api
|
api
|
BC-JAS
|
|
SAP NetWeaver 7.30 (SP03) Composition Environment | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||