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 TypeClassDescriptionclassDeprecated, 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 SapSystemImplRetrieve a SapSystem from the list of systems.Methods in org.frankframework.extensions.sap.jco3 with parameters of type SapSystemImplModifier and TypeMethodDescriptionstatic SapLUWHandleSapLUWHandle.createHandle(PipeLineSession session, String sessionKey, SapSystemImpl sapSystem, boolean useTid) voidSapSystemDataProvider.deleteSystem(SapSystemImpl sapSystem) com.sap.conn.jco.JCoDestinationSapSenderBase.getDestination(PipeLineSession session, SapSystemImpl sapSystem) com.sap.conn.jco.JCoFunctionSapSenderImpl.getFunction(SapSystemImpl sapSystem, ParameterValueList pvl) com.sap.conn.jco.JCoFunctionTemplateSapFunctionFacade.getFunctionTemplate(SapSystemImpl sapSystem, String functionName) SapSenderBase.getTid(com.sap.conn.jco.JCoDestination destination, SapSystemImpl sapSystem) com.sap.conn.idoc.IDocDocumentIdocSenderImpl.parseIdoc(SapSystemImpl sapSystem, Message message) static SapLUWHandleSapLUWHandle.retrieveHandle(PipeLineSession session, String sessionKey, boolean create, SapSystemImpl sapSystem, boolean useTid) voidSapSystemDataProvider.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.JCoDestinationDestinationFactoryUtils.doGetTransactionalDestination(SapSystemImpl sapSystem, DestinationFactoryUtils.ResourceFactory resourceFactory) Obtain a JCoDestination that is synchronized with the current transaction, if any.static StringDestinationFactoryUtils.doGetTransactionalTid(SapSystemImpl sapSystem, DestinationFactoryUtils.ResourceFactory resourceFactory) Obtain a JMS String that is synchronized with the current transaction, if any.static com.sap.conn.jco.JCoDestinationDestinationFactoryUtils.getTransactionalDestination(SapSystemImpl sapSystem, boolean synchedLocalTransactionAllowed) static StringDestinationFactoryUtils.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 booleanDestinationFactoryUtils.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.