|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use JCoRequest | |
---|---|
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 JCoRequest in com.sap.conn.jco |
---|
Methods in com.sap.conn.jco that return JCoRequest | |
---|---|
JCoRequest |
JCoFunctionTemplate.getRequest()
Returns a request object for this function template |
JCoRequest |
JCoRepository.getRequest(java.lang.String functionName)
Returns a JCoRequest with initial parameters for the passed function name. |
Methods in com.sap.conn.jco that return types with arguments of type JCoRequest | |
---|---|
java.util.List<JCoRequest> |
JCoRequestUnit.getRequests()
Returns an immutable list of function |
Methods in com.sap.conn.jco with parameters of type JCoRequest | |
---|---|
void |
JCoRequestUnit.addRequest(JCoRequest request)
Adds a request to the unit. |
Method parameters in com.sap.conn.jco with type arguments of type JCoRequest | |
---|---|
void |
JCoRequestUnit.addRequests(java.util.List<JCoRequest> requests)
Adds the request to the unit. |
Uses of JCoRequest in com.sap.conn.jco.server |
---|
Methods in com.sap.conn.jco.server with parameters of type JCoRequest | |
---|---|
void |
JCoServerRequestHandler.handleRequest(JCoServerContext serverCtx,
JCoRequest request,
JCoResponse response)
The method invoked by the JCo server runtime to dispatch the remote function call. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |