Uses of Class
wrapper.ParamValueTable

Uses of ParamValueTable in wrapper
 

Fields in wrapper declared as ParamValueTable
private  ParamValueTable Connection.clientParams
           
private  ParamValueTable CPAMMegamodule.defaultParams
          Table of all the parameters in the megamodule and their default values.
private  ParamValueTable Invocation.invParams
          The invocation specific settings of all the parameters, contains client specific or default settings if no invocation specific settings exist.
 

Constructors in wrapper with parameters of type ParamValueTable
Connection.Connection(ParamValueTable defaultParams, CPAMMegamodule megamodule, java.lang.Integer connectionId)
           
Invocation.Invocation(ParamValueTable clientParams, java.lang.String methodname, Connection connection, java.lang.Integer invocationId)