Uses of Interface
com.sap.conn.jco.JCoThroughput

Packages that use JCoThroughput
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 Contains the interfaces and factories for server functionality. 
 

Uses of JCoThroughput in com.sap.conn.jco
 

Methods in com.sap.conn.jco that return JCoThroughput
static JCoThroughput JCo.createThroughput()
          Returns a newly created instance of JCoThroughput.
 JCoThroughput JCoDestination.getThroughput()
          Returns the throughput instance.
 

Methods in com.sap.conn.jco with parameters of type JCoThroughput
 void 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 JCoThroughput
 JCoThroughput JCoServer.getThroughput()
          Returns the throughput instance.
 

Methods in com.sap.conn.jco.server with parameters of type JCoThroughput
 void JCoServer.setThroughput(JCoThroughput throughput)
          Sets the throughput instance for measuring the RFC requests dispatched by this server.
 



Copyright © 2008-2016 SAP SE. All Rights Reserved.