Uses of Interface
com.sap.conn.jco.JCoBackgroundUnitAttributes
Packages that use JCoBackgroundUnitAttributes
Package
Description
Contains the major part of the interfaces and factories that an application for JCo is typically dealing with.
-
Uses of JCoBackgroundUnitAttributes in com.sap.conn.jco
Methods in com.sap.conn.jco that return JCoBackgroundUnitAttributesModifier and TypeMethodDescriptionstatic JCoBackgroundUnitAttributes
Creates an empty instance of function/request unit attributes.Methods in com.sap.conn.jco with parameters of type JCoBackgroundUnitAttributesModifier and TypeMethodDescriptionstatic JCoFunctionUnit
JCo.createFunctionUnit
(JCoBackgroundUnitAttributes unitAttributes) Creates a new (empty) unit of functions, which is used for bgRFC communication in the function model.static JCoFunctionUnit
JCo.createFunctionUnit
(String unitID, JCoBackgroundUnitAttributes unitAttributes) Creates a new (empty) unit of functions, which is used for bgRFC communication in the function model.static JCoRequestUnit
JCo.createRequestUnit
(JCoBackgroundUnitAttributes unitAttributes) Creates a new (empty) unit of requests, which is used for bgRFC communication in the request/response model.static JCoRequestUnit
JCo.createRequestUnit
(String unitID, JCoBackgroundUnitAttributes unitAttributes) Creates a new (empty) unit of requests, which is used for bgRFC communication in the request/response model. -
Uses of JCoBackgroundUnitAttributes in com.sap.conn.jco.server
Methods in com.sap.conn.jco.server that return JCoBackgroundUnitAttributesModifier and TypeMethodDescriptionJCoServerContextInfo.getFunctionUnitAttributes()
Returns the attributes of the incoming background unit over the server.