|
Interface Summary |
| AsynchronousMessageListener |
MessageDrivenBean implementing this interface is able to receive asynchronous messages
from R/3 over tRFC. |
| ConnectionAttributes |
This API extention may be used by applications to acuire additional information
to the existent connection
Usage of this interface requires referencing the SAPJRA from your application
to compile and to runtime. |
| ConnectionSpecFactory |
This API extention may be used by applications for own authentication management. |
| IDocMessageListener |
A MessageDrivenBean implementing this interface is able to receive IDocs
from an ABAP system via tRFC. |
| InteractionSpecFactory |
This API extention may be used by applications for SAP tRFC protocol. |
| MessageListener |
All Message Listener interfaces should extend this interface, but
this interface itself should not be implemented directly. |
| ResultMap |
Extension of the java.util.Map such that it has the same
getters and setters like java.sql.ResultSet. |
| SAPConnectionFactory |
This interface extention comprises several SAP extentions for SAP Java Resource Adapter. |
| StatefulSynchronousMessageListener |
MessageDrivenBean implementing this interface will not be removed after processing the
call. |
| SynchronousMessageListener |
MessageDrivenBean implementing this interface is able to receive synchronous message
from R/3. |
| TIDHandler |
All Message Listener interfaces handling TIDs should extend this interface. |
| TransactionalMessageListener |
A MessageDrivenBean implementing this interface is able to receive requests
from R/3 via bgRFC and tRFC. |
| XMLConverter |
Casting on this interface provides possibility to convert JCA Records to/from XML |