Uses of Class
org.frankframework.extensions.sap.jco3.SapSystemImpl
Packages that use SapSystemImpl
Package
Description
-
Uses of SapSystemImpl in org.frankframework.extensions.sap
Subclasses of SapSystemImpl in org.frankframework.extensions.sap -
Uses of SapSystemImpl in org.frankframework.extensions.sap.jco3
Subclasses of SapSystemImpl in org.frankframework.extensions.sap.jco3Modifier and TypeClassDescriptionclass
Deprecated, for removal: This API element is subject to removal in a future version.Methods in org.frankframework.extensions.sap.jco3 that return SapSystemImplModifier and TypeMethodDescriptionSapFunctionFacade.getSapSystem()
SapFunctionFacade.getSapSystem
(String systemName) SapSenderBase.getSystem
(ParameterValueList pvl) static SapSystemImpl
Retrieve a SapSystem from the list of systems.Methods in org.frankframework.extensions.sap.jco3 with parameters of type SapSystemImplModifier and TypeMethodDescriptionstatic 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) com.sap.conn.jco.JCoFunctionTemplate
SapFunctionFacade.getFunctionTemplate
(SapSystemImpl sapSystem, String functionName) SapSenderBase.getTid
(com.sap.conn.jco.JCoDestination destination, SapSystemImpl sapSystem) com.sap.conn.idoc.IDocDocument
IdocSenderImpl.parseIdoc
(SapSystemImpl sapSystem, Message message) static SapLUWHandle
SapLUWHandle.retrieveHandle
(PipeLineSession session, String sessionKey, boolean create, SapSystemImpl sapSystem, boolean useTid) void
SapSystemDataProvider.updateSystem
(SapSystemImpl sapSystem) Constructors in org.frankframework.extensions.sap.jco3 with parameters of type SapSystemImpl -
Uses of SapSystemImpl in org.frankframework.extensions.sap.jco3.tx
Methods in org.frankframework.extensions.sap.jco3.tx with parameters of type SapSystemImplModifier and TypeMethodDescriptionstatic 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.Constructors in org.frankframework.extensions.sap.jco3.tx with parameters of type SapSystemImplModifierConstructorDescriptionJcoResourceHolder
(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.