Uses of Interface
com.sap.conn.jco.JCoFunction
Packages that use JCoFunction
Package
Description
Contains the major part of the interfaces and factories that an application for JCo is typically dealing with.
-
Uses of JCoFunction in com.sap.conn.jco
Methods in com.sap.conn.jco that return JCoFunctionModifier and TypeMethodDescriptionJCoFunction.clone()
Clones this JCoFunction instance.JCoFunctionTemplate.getFunction()
Creates a function object from the template and returns it.JCoRepository.getFunction
(String functionName) Returns a JCoFunction with initial parameters for the passed function name.Methods in com.sap.conn.jco that return types with arguments of type JCoFunctionModifier and TypeMethodDescriptionJCoFunctionUnit.getFunctions()
Returns an immutable list of function.Methods in com.sap.conn.jco with parameters of type JCoFunctionModifier and TypeMethodDescriptionvoid
JCoFunctionUnit.addFunction
(JCoFunction function) Adds a function to the unit.Method parameters in com.sap.conn.jco with type arguments of type JCoFunctionModifier and TypeMethodDescriptionvoid
JCoFunctionUnit.addFunctions
(List<JCoFunction> functions) Adds the functions to the unit. -
Uses of JCoFunction in com.sap.conn.jco.server
Methods in com.sap.conn.jco.server with parameters of type JCoFunctionModifier and TypeMethodDescriptionvoid
JCoServerFunctionHandler.handleRequest
(JCoServerContext serverCtx, JCoFunction function) The method invoked by the JCo server runtime to dispatch the remote function call.