Uses of Interface
com.sap.conn.jco.JCoFunction

Packages that use JCoFunction
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 JCoFunction in com.sap.conn.jco
 

Methods in com.sap.conn.jco that return JCoFunction
 JCoFunction JCoFunctionTemplate.getFunction()
          Creates a function object from the template and returns it
 JCoFunction JCoRepository.getFunction(java.lang.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 JCoFunction
 java.util.List<JCoFunction> JCoFunctionUnit.getFunctions()
          Returns an immutable list of function
 

Methods in com.sap.conn.jco with parameters of type JCoFunction
 void JCoFunctionUnit.addFunction(JCoFunction function)
          Adds a function to the unit.
 

Method parameters in com.sap.conn.jco with type arguments of type JCoFunction
 void JCoFunctionUnit.addFunctions(java.util.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 JCoFunction
 void JCoServerFunctionHandler.handleRequest(JCoServerContext serverCtx, JCoFunction function)
          The method invoked by the JCo server runtime to dispatch the remote function call.
 



Copyright © 2008-2014 SAP AG. All Rights Reserved.