Uses of Interface
com.redwood.scheduler.api.connector.sap.rfc.scripting.rfc.RfcInterface
-
Packages that use RfcInterface Package Description com.redwood.scheduler.api.connector.sap.rfc.scripting.rfc Scheduler API - SAP Scripting API - RFCcom.redwood.scheduler.api.connector.sap.rfc.scripting.xbp Scheduler API - SAP Scripting API - XBP -
-
Uses of RfcInterface in com.redwood.scheduler.api.connector.sap.rfc.scripting.rfc
Methods in com.redwood.scheduler.api.connector.sap.rfc.scripting.rfc with parameters of type RfcInterface Modifier and Type Method Description void
RfcWork. performWork(RfcInterface rfcInterface)
This method is called with an established RFC connection -
Uses of RfcInterface in com.redwood.scheduler.api.connector.sap.rfc.scripting.xbp
Subinterfaces of RfcInterface in com.redwood.scheduler.api.connector.sap.rfc.scripting.xbp Modifier and Type Interface Description interface
XbpInterface
XBP Interface Currently supported XBP interfaces are XBP 1.0 and higher, that is XBP 0.1 is not supported.
-