Uses of Interface
com.sap.conn.jco.JCoThroughput
Packages that use JCoThroughput
Package
Description
Contains the major part of the interfaces and factories that an application for JCo is typically dealing with.
-
Uses of JCoThroughput in com.sap.conn.jco
Methods in com.sap.conn.jco that return JCoThroughputModifier and TypeMethodDescriptionstatic JCoThroughput
JCo.createThroughput()
Returns a newly created instance of JCoThroughput.JCoDestination.getThroughput()
Returns the throughput instance.Methods in com.sap.conn.jco with parameters of type JCoThroughputModifier and TypeMethodDescriptionvoid
JCoDestination.setThroughput
(JCoThroughput throughput) Sets the throughput instance for measuring the RFC executions to this destination. -
Uses of JCoThroughput in com.sap.conn.jco.server
Methods in com.sap.conn.jco.server that return JCoThroughputMethods in com.sap.conn.jco.server with parameters of type JCoThroughputModifier and TypeMethodDescriptionvoid
JCoServer.setThroughput
(JCoThroughput throughput) Sets the throughput instance for measuring the RFC requests dispatched by this server.