|
SAP NetWeaver 2004S SPS 10 | |||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| 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,
String tid)
Executes the request on the remote server asynchronously |
void |
JCO.Client.execute(JCO.Request request,
String tid,
String queue_name)
Executes the request on the remote server asynchronously |
void |
JCO.Client.execute(JCO.Request request,
String tid,
String queue_name,
int queue_pos)
Executes the request on the remote server asynchronously |
protected JCO.Response |
JCO.Client.execute(JCO.Request request,
String tid,
String queue_name,
int queue_pos,
int dummy)
Executes the request on the remote server synchronously |
void |
JCO.Server.handleRequest(JCO.Request request,
JCO.Response response)
Called after a request for a service has arrived. |
|
SAP NetWeaver 2004S SPS 10 | |||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||