Package | Description |
---|---|
com.sap.conn.jco |
Contains the major part of the interfaces and factories that an application for JCo is typically dealing with.
|
com.sap.conn.jco.server |
Modifier and Type | Method and Description |
---|---|
static JCoThroughput |
JCo.createThroughput()
Returns a newly created instance of JCoThroughput.
|
JCoThroughput |
JCoDestination.getThroughput()
Returns the throughput instance.
|
Modifier and Type | Method and Description |
---|---|
void |
JCoDestination.setThroughput(JCoThroughput throughput)
Sets the throughput instance for measuring the RFC executions to this destination.
|
Modifier and Type | Method and Description |
---|---|
JCoThroughput |
JCoServer.getThroughput()
Returns the throughput instance.
|
Modifier and Type | Method and Description |
---|---|
void |
JCoServer.setThroughput(JCoThroughput throughput)
Sets the throughput instance for measuring the RFC requests dispatched by this server.
|
Copyright © 2024 SAP. All rights reserved.