com.sap.mw.jco.jra
Interface JRA.MapMessageListener

Enclosing class:
JRA

public static interface JRA.MapMessageListener

MessageDrivenBean implementing this interface receives asynchronous message from R/3.


Method Summary
 void onMessage(java.util.Map message)
          This message is called by EJB container when an R/3 calls asynchron to the registered Resource Adapter server.
 

Method Detail

onMessage

public void onMessage(java.util.Map message)
This message is called by EJB container when an R/3 calls asynchron to the registered Resource Adapter server.
Parameters:
message - is a message sent over tRFC from R/3. This Map object contains Property object JRA_PARTNER_SYSTEM_PROPERTIES containing caller identification from where the call came in