com.sap.mw.jco.jra

Interface TIDHandler

All Known Subinterfaces:
AsynchronousMessageListener, IDocMessageListener

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

onCommit

void onCommit(String transactionalID)
This API is called when a tRFC call from R/3 has been dispatched successfully.

Parameters:
transactionalID - of the underlying transaction.

onRollback

void onRollback(String transactionalID)
This API is called when a tRFC call from R/3 has been failed.

Parameters:
transactionalID - of the underlying transaction.

onConfirm

void onConfirm(String transactionalID)
This API is called when a tRFC call from R/3 has been processed completely.

Parameters:
transactionalID - of the underlying transaction.
Access Rights

This class can be accessed from:


SC DC Public Part ACH
[sap.com] ENGFACADE [sap.com] tc/bl/jra/api api BC-JAS


Copyright 2011 SAP AG Complete Copyright Notice