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

Packages that use JCoResponse
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 JCoResponse in com.sap.conn.jco
 

Methods in com.sap.conn.jco that return JCoResponse
 JCoResponse JCoRequest.execute(JCoDestination destination)
          Starts the execution of the function on the given destionation
 

Uses of JCoResponse in com.sap.conn.jco.server
 

Methods in com.sap.conn.jco.server with parameters of type JCoResponse
 void JCoServerRequestHandler.handleRequest(JCoServerContext serverCtx, JCoRequest request, JCoResponse response)
          The method invoked by the JCo server runtime to dispatch the remote function call.
 



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