|
SAP NetWeaver 7.30 (SP05) Composition Environment | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface InteractionSpecFactory
This API extention may be used by applications for SAP tRFC protocol.
| Method Summary | |
|---|---|
InteractionSpec |
createInteractionSpec()
Creates InteractionSpec instance for SAP Java Resource Adapter that can be passed in Interaction.execute() method as a ticket identifying transaction (SAP tRFC call). |
InteractionSpec |
createInteractionSpec(boolean createTid,
String queueName)
Creates InteractionSpec instance for SAP Java Resource Adapter that can be passed in Interaction.execute() method as a ticket identifying transaction (SAP tRFC call). |
InteractionSpec |
createInteractionSpec(String tid)
Creates InteractionSpec instance for SAP Java Resource Adapter that can be passed in Interaction.execute() method as a ticket identifying transaction (SAP tRFC call). |
InteractionSpec |
createInteractionSpec(String tid,
String queueName)
Creates InteractionSpec instance for SAP Java Resource Adapter that can be passed in Interaction.execute() method as a ticket identifying transaction (SAP tRFC call). |
InteractionSpec |
createUnitInteractionSpec(Set<String> queueNames,
Properties unitAttributes)
|
InteractionSpec |
createUnitInteractionSpec(String unitID,
Set<String> queueNames,
Properties unitAttributes)
|
MappedRecord |
createUnitMappedRecord(List<MappedRecord> requests)
|
String |
getID(InteractionSpec iSpec)
|
| Method Detail |
|---|
InteractionSpec createInteractionSpec()
InteractionSpec createInteractionSpec(String tid)
throws ResourceException
tid - is a valid transaction Id that identifies tRFC call
ResourceException - for invalid configuration conditions
InteractionSpec createInteractionSpec(String tid,
String queueName)
throws ResourceException
tid - is a valid transaction Id that identifies tRFC callqueueName - is a Queue Name needed for qRFC
ResourceException - for invalid configuration conditions
InteractionSpec createInteractionSpec(boolean createTid,
String queueName)
throws ResourceException
createTid - on true generates TID that can be retrieved by toString() method.
On false throws an exceptionqueueName - is a Queue Name needed for qRFC
ResourceException - for invalid configuration conditions
NotSupportedException - if for first paremeter the false is passed
InteractionSpec createUnitInteractionSpec(Set<String> queueNames,
Properties unitAttributes)
InteractionSpec createUnitInteractionSpec(String unitID,
Set<String> queueNames,
Properties unitAttributes)
MappedRecord createUnitMappedRecord(List<MappedRecord> requests)
String getID(InteractionSpec iSpec)
throws NotSupportedException
NotSupportedException| Access Rights |
|---|
| SC | DC | Public Part | ACH |
|---|---|---|---|
[sap.com] ENGFACADE
|
[sap.com] tc/bl/jra/api
|
api
|
BC-JAS
|
|
SAP NetWeaver 7.30 (SP05) Composition Environment | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||