Uses of Class
com.sap.mw.jco.JCO.Request

Uses of JCO.Request in com.sap.mw.jco
 

Methods in com.sap.mw.jco that return JCO.Request
 JCO.Request JCO.FunctionTemplate.getRequest()
          Creates a request object from the template and returns it
 JCO.Request IFunctionTemplate.getRequest()
          Creates a request object from the template and returns it
 

Methods in com.sap.mw.jco with parameters of type JCO.Request
 JCO.Response JCO.Client.execute(JCO.Request request)
          Executes the request on the remote server synchronously
 void JCO.Client.execute(JCO.Request request, java.lang.String tid)
          Executes the request on the remote server asynchronously
 void JCO.Client.execute(JCO.Request request, java.lang.String tid, java.lang.String queue_name)
          Executes the request on the remote server asynchronously
 void JCO.Client.execute(JCO.Request request, java.lang.String tid, java.lang.String queue_name, int queue_pos)
          Executes the request on the remote server asynchronously
 void JCO.Server.handleRequest(JCO.Request request, JCO.Response response)
          Called after a request for a service has arrived.
Derived servers will override this function to actually implement a specific request handling.
When this routine exits without any pending exception the output parameters and tables will be sent back to the calling SAP system.