| Package | Description |
|---|---|
| nl.nn.adapterframework.extensions.sap.jco3 | |
| nl.nn.adapterframework.extensions.sap.jco3.tx |
| Modifier and Type | Class and Description |
|---|---|
class |
SapSystem
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
SapSystemImpl |
SapLUWManager.getSapSystem() |
SapSystemImpl |
SapFunctionFacade.getSapSystem() |
SapSystemImpl |
SapFunctionFacade.getSapSystem(String systemName) |
SapSystemImpl |
SapSenderBase.getSystem(ParameterValueList pvl) |
static SapSystemImpl |
SapSystemImpl.getSystem(String name)
Retrieve a SapSystem from the list of systems.
|
| Modifier and Type | Method and Description |
|---|---|
static SapLUWHandle |
SapLUWHandle.createHandle(PipeLineSession session,
String sessionKey,
SapSystemImpl sapSystem,
boolean useTid) |
void |
SapSystemDataProvider.deleteSystem(SapSystemImpl sapSystem) |
com.sap.conn.jco.JCoDestination |
SapSenderBase.getDestination(PipeLineSession session,
SapSystemImpl sapSystem) |
com.sap.conn.jco.JCoFunction |
SapSenderImpl.getFunction(SapSystemImpl sapSystem,
ParameterValueList pvl) |
protected com.sap.conn.jco.JCoFunctionTemplate |
SapFunctionFacade.getFunctionTemplate(SapSystemImpl sapSystem,
String functionName) |
String |
SapSenderBase.getTid(com.sap.conn.jco.JCoDestination destination,
SapSystemImpl sapSystem) |
protected com.sap.conn.idoc.IDocDocument |
IdocSenderImpl.parseIdoc(SapSystemImpl sapSystem,
Message message) |
void |
SapSystemDataProvider.registerSystem(SapSystemImpl sapSystem)
Deprecated.
|
static SapLUWHandle |
SapLUWHandle.retrieveHandle(PipeLineSession session,
String sessionKey,
boolean create,
SapSystemImpl sapSystem,
boolean useTid) |
void |
SapSystemDataProvider.unregisterSystem(SapSystemImpl sapSystem)
Deprecated.
|
void |
SapSystemDataProvider.updateSystem(SapSystemImpl sapSystem) |
| Constructor and Description |
|---|
IdocXmlHandler(SapSystemImpl sapSystem) |
| Modifier and Type | Method and Description |
|---|---|
static com.sap.conn.jco.JCoDestination |
DestinationFactoryUtils.doGetTransactionalDestination(SapSystemImpl sapSystem,
DestinationFactoryUtils.ResourceFactory resourceFactory)
Obtain a JCoDestination that is synchronized with the current transaction, if any.
|
static String |
DestinationFactoryUtils.doGetTransactionalTid(SapSystemImpl sapSystem,
DestinationFactoryUtils.ResourceFactory resourceFactory)
Obtain a JMS String that is synchronized with the current transaction, if any.
|
static com.sap.conn.jco.JCoDestination |
DestinationFactoryUtils.getTransactionalDestination(SapSystemImpl sapSystem,
boolean synchedLocalTransactionAllowed) |
static String |
DestinationFactoryUtils.getTransactionalTid(SapSystemImpl sapSystem,
com.sap.conn.jco.JCoDestination existingDestination,
boolean synchedLocalTransactionAllowed)
Obtain a TID String that is synchronized with the current transaction, if any.
|
static boolean |
DestinationFactoryUtils.isDestinationTransactional(com.sap.conn.jco.JCoDestination destination,
SapSystemImpl sapSystem)
Determine whether the given JCoDestination is transactional, that is,
bound to the current thread by Spring's transaction facilities.
|
| Constructor and Description |
|---|
JcoResourceHolder(SapSystemImpl sapSystem)
Create a new JcoResourceHolder that is open for resources to be added.
|
JcoResourceHolder(SapSystemImpl sapSystem,
com.sap.conn.jco.JCoDestination destination)
Create a new JcoResourceHolder for the given JCoDestination.
|
JcoResourceHolder(SapSystemImpl sapSystem,
com.sap.conn.jco.JCoDestination destination,
String tid)
Create a new JcoResourceHolder for the given JCO resources.
|
Copyright © 2023 Frank!Framework. All rights reserved.