| Package | Description |
|---|---|
| com.sap.conn.jco |
Contains the major part of the interfaces and factories that an application for JCo is typically dealing with.
|
| Modifier and Type | Method and Description |
|---|---|
static JCoBackgroundUnitAttributes |
JCo.createBackgroundUnitAttributes()
Creates an empty instance of function/request unit attributes.
|
| Modifier and Type | Method and Description |
|---|---|
static 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.
|
Copyright © 2022 SAP. All rights reserved.