A C F G I J M O R S T U V X

A

abort(String) - Method in interface com.sap.mw.jco.jra.StatefulSynchronousMessageListener
This api is called when R/3 Session was closed due to errors.
AsynchronousMessageListener - Interface in com.sap.mw.jco.jra
MessageDrivenBean implementing this interface is able to receive asynchronous messages from R/3 over tRFC.

C

cleanup() - Method in interface com.sap.mw.jco.jra.StatefulSynchronousMessageListener
This api is called on R/3 Session close prior to discard this MDB instance.
com.sap.mw.jco.jra - package com.sap.mw.jco.jra
 
com.sap.mw.jco.jra.idoc - package com.sap.mw.jco.jra.idoc
 
ConnectionAttributes - Interface in com.sap.mw.jco.jra
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 - Interface in com.sap.mw.jco.jra
This API extention may be used by applications for own authentication management.
createConnectionSpec(String) - Method in interface com.sap.mw.jco.jra.ConnectionSpecFactory
Creates ConnectionSpec instance for SAP Java Resource Adapter for an application component with application managed configuration
createConnectionSpec(String, String) - Method in interface com.sap.mw.jco.jra.ConnectionSpecFactory
Creates ConnectionSpec instance for SAP Java Resource Adapter for an application component with application managed authentication
createConnectionSpec(String, String, String) - Method in interface com.sap.mw.jco.jra.ConnectionSpecFactory
Creates ConnectionSpec instance for SAP Java Resource Adapter for an application component with application managed configuration
createConnectionSpec(String, String, String, String) - Method in interface com.sap.mw.jco.jra.ConnectionSpecFactory
Creates ConnectionSpec instance for SAP Java Resource Adapter for an application component with application managed authentication
createConnectionSpec(String, String, String, String, String) - Method in interface com.sap.mw.jco.jra.ConnectionSpecFactory
Creates ConnectionSpec instance for SAP Java Resource Adapter for an application component with application managed configuration
createInteractionSpec() - Method in interface com.sap.mw.jco.jra.InteractionSpecFactory
Creates InteractionSpec instance for SAP Java Resource Adapter that can be passed in Interaction.execute() method as a ticket identifying transaction (SAP tRFC call).
createInteractionSpec(String) - Method in interface com.sap.mw.jco.jra.InteractionSpecFactory
Creates InteractionSpec instance for SAP Java Resource Adapter that can be passed in Interaction.execute() method as a ticket identifying transaction (SAP tRFC call).
createInteractionSpec(String, String) - Method in interface com.sap.mw.jco.jra.InteractionSpecFactory
Creates InteractionSpec instance for SAP Java Resource Adapter that can be passed in Interaction.execute() method as a ticket identifying transaction (SAP tRFC call).
createInteractionSpec(boolean, String) - Method in interface com.sap.mw.jco.jra.InteractionSpecFactory
Creates InteractionSpec instance for SAP Java Resource Adapter that can be passed in Interaction.execute() method as a ticket identifying transaction (SAP tRFC call).
createMappedRecord(IDocDocument) - Method in interface com.sap.mw.jco.jra.idoc.JRAIDocFactory
 
createMappedRecord(IDocDocumentList) - Method in interface com.sap.mw.jco.jra.idoc.JRAIDocFactory
 
createUnitInteractionSpec(Set<String>, Properties) - Method in interface com.sap.mw.jco.jra.InteractionSpecFactory
 
createUnitInteractionSpec(String, Set<String>, Properties) - Method in interface com.sap.mw.jco.jra.InteractionSpecFactory
 
createUnitMappedRecord(List<MappedRecord>) - Method in interface com.sap.mw.jco.jra.InteractionSpecFactory
 

F

findColumn(String) - Method in interface com.sap.mw.jco.jra.ResultMap
Maps the given ResultMap column name to its ResultMap column index.
fromXML(String) - Method in interface com.sap.mw.jco.jra.XMLConverter
This method is not currently implemented and throws NotSupportedException.

G

getArray(String) - Method in interface com.sap.mw.jco.jra.ResultMap
Not implemented
getAsciiStream(String) - Method in interface com.sap.mw.jco.jra.ResultMap
Not supported.
getBigDecimal(String) - Method in interface com.sap.mw.jco.jra.ResultMap
Gets the value of the designated field of this ResultMap object as a java.math.BigDecimal with full precision.
getBinaryStream(String) - Method in interface com.sap.mw.jco.jra.ResultMap
Gets the value of the designated field of this ResultMap object as a stream of uninterpreted bytes.
getBlob(String) - Method in interface com.sap.mw.jco.jra.ResultMap
Returns the value of the designated field of this ResultMap object as a Blob object in the Java programming language.
getBoolean(String) - Method in interface com.sap.mw.jco.jra.ResultMap
Gets the value of the designated field of this ResultMap object as a boolean in the Java programming language.
getByte(String) - Method in interface com.sap.mw.jco.jra.ResultMap
Gets the value of the designated field of this ResultMap object as a byte in the Java programming language.
getBytes(String) - Method in interface com.sap.mw.jco.jra.ResultMap
Gets the value of the designated field of this ResultMap object as a byte array in the Java programming language.
getCharacterStream(String) - Method in interface com.sap.mw.jco.jra.ResultMap
Gets the value of the designated field of this ResultMap object as a java.io.Reader object.
getClob(String) - Method in interface com.sap.mw.jco.jra.ResultMap
Returns the value of the designated field of this ResultMap object as a Clob object in the Java programming language.
getConnection(String) - Method in interface com.sap.mw.jco.jra.SAPConnectionFactory
Deprecated. Not part of the official JCA specification. Will not be supported any longer. Do not use.
getConnection(String, Map<SAPConnectionFactory.CustomDestinationProperty, String>) - Method in interface com.sap.mw.jco.jra.SAPConnectionFactory
Deprecated. Not part of the official JCA specification. Will not be supported any longer. Do not use.
getConnectionAttributes() - Method in interface com.sap.mw.jco.jra.ConnectionAttributes
Creates a Properties instance and fills it with connection attributes, like SystemID, SAPClient, etc.
getDate(String) - Method in interface com.sap.mw.jco.jra.ResultMap
Gets the value of the designated field of this ResultMap object as a java.sql.Date object in the Java programming language.
getDate(String, Calendar) - Method in interface com.sap.mw.jco.jra.ResultMap
Returns the value of the designated field of this ResultMap object as a java.sql.Date object in the Java programming language.
getDouble(String) - Method in interface com.sap.mw.jco.jra.ResultMap
Gets the value of the designated field of this ResultMap object as a double in the Java programming language.
getFloat(String) - Method in interface com.sap.mw.jco.jra.ResultMap
Gets the value of the designated field of this ResultMap object as a float in the Java programming language.
getID(InteractionSpec) - Method in interface com.sap.mw.jco.jra.InteractionSpecFactory
 
getIDocFactory() - Static method in class com.sap.mw.jco.jra.idoc.JRAIDoc
 
getIDocRepository(ConnectionFactory) - Method in interface com.sap.mw.jco.jra.idoc.JRAIDocFactory
 
getInt(String) - Method in interface com.sap.mw.jco.jra.ResultMap
Gets the value of the designated field of this ResultMap object as an int in the Java programming language.
getLong(String) - Method in interface com.sap.mw.jco.jra.ResultMap
Gets the value of the designated field of this ResultMap object as a long in the Java programming language.
getObject(String) - Method in interface com.sap.mw.jco.jra.ResultMap
Gets the value of the designated field of this ResultMap object as an Object in the Java programming language.
getObject(String, Map) - Method in interface com.sap.mw.jco.jra.ResultMap
Returns the value of the designated field of this ResultMap object as an Object in the Java programming language.
getRecordFactory(String) - Method in interface com.sap.mw.jco.jra.SAPConnectionFactory
Deprecated. Not part of the official JCA specification. Will not be supported any longer. Do not use.
getRef(String) - Method in interface com.sap.mw.jco.jra.ResultMap
Returns the value of the designated field of this ResultMap object as a Ref object in the Java programming language.
getShort(String) - Method in interface com.sap.mw.jco.jra.ResultMap
Gets the value of the designated field of this ResultMap object as a short in the Java programming language.
getString(String) - Method in interface com.sap.mw.jco.jra.ResultMap
Gets the value of the designated field of this ResultMap object as a String in the Java programming language.
getTime(String) - Method in interface com.sap.mw.jco.jra.ResultMap
Gets the value of the designated field of this ResultMap object as a java.sql.Time object in the Java programming language.
getTime(String, Calendar) - Method in interface com.sap.mw.jco.jra.ResultMap
Returns the value of the designated field of this ResultMap object as a java.sql.Time object in the Java programming language.
getTimestamp(String) - Method in interface com.sap.mw.jco.jra.ResultMap
Not supported.
getTimestamp(String, Calendar) - Method in interface com.sap.mw.jco.jra.ResultMap
Not supported.
getUnitState(String, SAPConnectionFactory.BgRfcUnitType) - Method in interface com.sap.mw.jco.jra.SAPConnectionFactory
Returns the state of the unit with the given ID.
getVersion() - Static method in class com.sap.mw.jco.jra.idoc.JRAIDoc
Returns the version of the SAP Java Base IDoc Class Library.

I

IDocMessageListener - Interface in com.sap.mw.jco.jra
A MessageDrivenBean implementing this interface is able to receive IDocs from an ABAP system via tRFC.
InteractionSpecFactory - Interface in com.sap.mw.jco.jra
This API extention may be used by applications for SAP tRFC protocol.

J

JRAIDoc - Class in com.sap.mw.jco.jra.idoc
The SAP Java Base IDoc Class Library provides an API which helps interpreting and navigating IDocs.
JRAIDoc() - Constructor for class com.sap.mw.jco.jra.idoc.JRAIDoc
 
JRAIDocFactory - Interface in com.sap.mw.jco.jra.idoc
 

M

MessageListener - Interface in com.sap.mw.jco.jra
All Message Listener interfaces should extend this interface, but this interface itself should not be implemented directly.

O

onCommit(String) - Method in interface com.sap.mw.jco.jra.TIDHandler
This API is called when a tRFC call from R/3 has been dispatched successfully.
onCommit() - Method in interface com.sap.mw.jco.jra.TransactionalMessageListener
This API is called when a call from R/3 has been dispatched successfully.
onConfirm(String) - Method in interface com.sap.mw.jco.jra.TIDHandler
This API is called when a tRFC call from R/3 has been processed completely.
onMessage(MappedRecord, String, Properties) - Method in interface com.sap.mw.jco.jra.AsynchronousMessageListener
This method is called by EJB container when an R/3 calls asynchronously to the registered Resource Adapter server.
onMessage(IDocDocumentList, String, Properties) - Method in interface com.sap.mw.jco.jra.IDocMessageListener
This message is called by the EJB container when an ABAP system asynchronously calls the registered Resource Adapter server.
onMessage(MappedRecord, MappedRecord, Properties) - Method in interface com.sap.mw.jco.jra.SynchronousMessageListener
This method is called by EJB container when an R/3 calls synchronously to the registered Resource Adapter server.
onMessage(MappedRecord, Properties) - Method in interface com.sap.mw.jco.jra.TransactionalMessageListener
This method is called by EJB container when an R/3 calls asynchronously to the registered Resource Adapter server.
onRollback(String) - Method in interface com.sap.mw.jco.jra.TIDHandler
This API is called when a tRFC call from R/3 has been failed.
onRollback() - Method in interface com.sap.mw.jco.jra.TransactionalMessageListener
This API is called when a call from R/3 has been failed.

R

ResultMap - Interface in com.sap.mw.jco.jra
Extension of the java.util.Map such that it has the same getters and setters like java.sql.ResultSet.

S

SAPConnectionFactory - Interface in com.sap.mw.jco.jra
This interface extension comprises several SAP extensions for SAP Java Resource Adapter.
SAPConnectionFactory.BgRfcUnitState - Enum in com.sap.mw.jco.jra
 
SAPConnectionFactory.BgRfcUnitType - Enum in com.sap.mw.jco.jra
 
SAPConnectionFactory.CustomDestinationProperty - Enum in com.sap.mw.jco.jra
 
StatefulSynchronousMessageListener - Interface in com.sap.mw.jco.jra
MessageDrivenBean implementing this interface will not be removed after processing the call.
SynchronousMessageListener - Interface in com.sap.mw.jco.jra
MessageDrivenBean implementing this interface is able to receive synchronous message from R/3.

T

TIDHandler - Interface in com.sap.mw.jco.jra
All Message Listener interfaces handling TIDs should extend this interface.
toXML() - Method in interface com.sap.mw.jco.jra.XMLConverter
Returns the whole record in XML format.
TransactionalMessageListener - Interface in com.sap.mw.jco.jra
A MessageDrivenBean implementing this interface is able to receive requests from R/3 via bgRFC and tRFC.

U

UNIT_ATTRIBUTE_CLIENT - Static variable in interface com.sap.mw.jco.jra.SAPConnectionFactory
 
UNIT_ATTRIBUTE_COMMIT_CHECK - Static variable in interface com.sap.mw.jco.jra.SAPConnectionFactory
 
UNIT_ATTRIBUTE_KERNEL_TRACE - Static variable in interface com.sap.mw.jco.jra.SAPConnectionFactory
 
UNIT_ATTRIBUTE_LOCK - Static variable in interface com.sap.mw.jco.jra.SAPConnectionFactory
 
UNIT_ATTRIBUTE_PROGRAM_NAME - Static variable in interface com.sap.mw.jco.jra.SAPConnectionFactory
 
UNIT_ATTRIBUTE_UNIT_HISTORY - Static variable in interface com.sap.mw.jco.jra.SAPConnectionFactory
 
UNIT_ATTRIBUTE_USER - Static variable in interface com.sap.mw.jco.jra.SAPConnectionFactory
 
updateAsciiStream(String, InputStream, int) - Method in interface com.sap.mw.jco.jra.ResultMap
Updates the designated field with an ASCII stream value.
updateBigDecimal(String, BigDecimal) - Method in interface com.sap.mw.jco.jra.ResultMap
Updates the designated field with a java.sql.BigDecimal value.
updateBinaryStream(String, InputStream, int) - Method in interface com.sap.mw.jco.jra.ResultMap
Updates the designated field with a binary stream value.
updateBoolean(String, boolean) - Method in interface com.sap.mw.jco.jra.ResultMap
Updates the designated field with a boolean value.
updateByte(String, byte) - Method in interface com.sap.mw.jco.jra.ResultMap
Updates the designated field with a byte value.
updateBytes(String, byte[]) - Method in interface com.sap.mw.jco.jra.ResultMap
Updates the designated field with a boolean value.
updateCharacterStream(String, Reader, int) - Method in interface com.sap.mw.jco.jra.ResultMap
Updates the designated field with a character stream value.
updateDate(String, Date) - Method in interface com.sap.mw.jco.jra.ResultMap
Updates the designated field with a java.sql.Date value.
updateDouble(String, double) - Method in interface com.sap.mw.jco.jra.ResultMap
Updates the designated field with a double value.
updateFloat(String, float) - Method in interface com.sap.mw.jco.jra.ResultMap
Updates the designated field with a float value.
updateInt(String, int) - Method in interface com.sap.mw.jco.jra.ResultMap
Updates the designated field with an int value.
updateLong(String, long) - Method in interface com.sap.mw.jco.jra.ResultMap
Updates the designated field with a long value.
updateNull(String) - Method in interface com.sap.mw.jco.jra.ResultMap
Updates the designated field with a null value.
updateObject(String, Object) - Method in interface com.sap.mw.jco.jra.ResultMap
Updates the designated field with an Object value.
updateShort(String, short) - Method in interface com.sap.mw.jco.jra.ResultMap
Updates the designated field with a short value.
updateString(String, String) - Method in interface com.sap.mw.jco.jra.ResultMap
Updates the designated field with a String value.
updateTime(String, Time) - Method in interface com.sap.mw.jco.jra.ResultMap
Updates the designated field with a java.sql.Time value.
updateTimestamp(String, Timestamp) - Method in interface com.sap.mw.jco.jra.ResultMap
Not supported.

V

valueOf(String) - Static method in enum com.sap.mw.jco.jra.SAPConnectionFactory.BgRfcUnitState
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.sap.mw.jco.jra.SAPConnectionFactory.BgRfcUnitType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.sap.mw.jco.jra.SAPConnectionFactory.CustomDestinationProperty
Returns the enum constant of this type with the specified name.
values() - Static method in enum com.sap.mw.jco.jra.SAPConnectionFactory.BgRfcUnitState
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.sap.mw.jco.jra.SAPConnectionFactory.BgRfcUnitType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.sap.mw.jco.jra.SAPConnectionFactory.CustomDestinationProperty
Returns an array containing the constants of this enum type, in the order they are declared.

X

XMLConverter - Interface in com.sap.mw.jco.jra
Casting on this interface provides possibility to convert JCA Records to/from XML

A C F G I J M O R S T U V X

Copyright 2011 SAP AG Complete Copyright Notice