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 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 to measure the call execute 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 to measure the calls dispatched by this server The previously defined throughput instance will be overwritten.
 



Copyright © 2008-2014 SAP AG. All Rights Reserved.