|
SAP NetWeaver 2004S SPS 10 | |||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Uses of JCO.Function in com.sap.mw.jco |
| Methods in com.sap.mw.jco that return JCO.Function | |
static JCO.Function |
JCO.createFunction(String name,
JCO.ParameterList input,
JCO.ParameterList output,
JCO.ParameterList tables)
Creates a new JCO Function |
protected JCO.Function |
JCO.Server.getFunction(String function_name)
Called by the jni-layer after a request for a service has arrived. |
JCO.Function |
JCO.FunctionTemplate.getFunction()
Creates a function object from the template and returns it |
JCO.Function |
IFunctionTemplate.getFunction()
Creates a function object from the template and returns it |
| Methods in com.sap.mw.jco with parameters of type JCO.Function | |
void |
JCO.Client.execute(JCO.Function function)
Executes the function on the remote server synchronously |
void |
JCO.Client.execute(JCO.Function function,
String tid)
Executes the function on the remote server in transactional mode (asynchronously) |
void |
JCO.Client.execute(JCO.Function function,
String tid,
String queue_name)
Executes the function on the remote server in queued transactional mode (asynchronously) |
void |
JCO.Client.execute(JCO.Function function,
String tid,
String queue_name,
int queue_pos)
Executes the function on the remote server in transactional mode (asynchronously) |
protected void |
JCO.Server.dispatchRequest(JCO.Function function)
Called by the jni-layer after a request for a service has arrived. |
void |
JCO.Server.handleRequest(JCO.Function function)
Called after a request for a service has arrived. |
protected void |
JCO.Repository.execute(JCO.Client client,
JCO.Function function)
Executes a function and applies proper synchronization |
|
SAP NetWeaver 2004S SPS 10 | |||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||