|
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 TIDHandler
All Message Listener interfaces handling TIDs should extend this interface. The interface itself should not be implemented directly.
| Method Summary | |
|---|---|
void |
onCommit(String transactionalID)
This API is called when a tRFC call from R/3 has been dispatched successfully. |
void |
onConfirm(String transactionalID)
This API is called when a tRFC call from R/3 has been processed completely. |
void |
onRollback(String transactionalID)
This API is called when a tRFC call from R/3 has been failed. |
| Method Detail |
|---|
void onCommit(String transactionalID)
transactionalID - of the underlying transaction.void onRollback(String transactionalID)
transactionalID - of the underlying transaction.void onConfirm(String transactionalID)
transactionalID - of the underlying transaction.| 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 | |||||||||