Uses of Class
net.aifusion.metamodel.CimParameter
Packages that use CimParameter
Package
Description
This package contains an implementation of a CIM Client and CIM Server based on a lightweight HTTP server.
This package contains the basic implementation classes needed for the CIM metamodel, as well as a MOF parser.
This package contains the API used by all CIM providers, and the implementation of a basic in-memory provider.
-
Uses of CimParameter in net.aifusion.cimserver
Methods in net.aifusion.cimserver that return types with arguments of type CimParameterModifier and TypeMethodDescriptionCimClient.getMethodParameters
(ObjectPath path, String methodName) Method parameters in net.aifusion.cimserver with type arguments of type CimParameterModifier and TypeMethodDescriptionCimClient.invokeMethod
(ObjectPath path, String methodName, List<CimParameter> methodParameters) -
Uses of CimParameter in net.aifusion.metamodel
Methods in net.aifusion.metamodel that return types with arguments of type CimParameterModifier and TypeMethodDescriptionCimClass.getMethodParameters
(String methodName) Get the parameters associated with a given methodCimInstance.getMethodParameters
(String methodName) Get the parameters associated with a declared method in this instanceCimMethod.getParameters()
Get the list of parameters defined in this methodMethod parameters in net.aifusion.metamodel with type arguments of type CimParameterModifier and TypeMethodDescriptionCimMethod.invoke
(List<CimParameter> cimParameters) Invoke this method with the given parameters.CimClass.invokeMethod
(String methodName, List<CimParameter> cimParameters) Invoke a method on this instanceCimInstance.invokeMethod
(String methodName, List<CimParameter> cimParameters) Invoke a method on this instanceCimInterface.invokeMethod
(String methodName, List<CimParameter> cimParameters) static DataValue
JavaModelMapper.invokeMethod
(CimMethod cimMethod, Object boundObject, Method boundMethod, List<CimParameter> cimParameters) Invoke a Java method bound to a CIM Methodvoid
MOFParser.parseParameters
(List<CimParameter> params, InputStream in) Parse a list of comma separated parameter values from the input stream -
Uses of CimParameter in net.aifusion.providers
Methods in net.aifusion.providers that return types with arguments of type CimParameterModifier and TypeMethodDescriptionBasicProvider.getMethodParameters
(ObjectPath path, String methodName) Provider.getMethodParameters
(ObjectPath path, String methodName) Get the parameter list associated with a methodMethod parameters in net.aifusion.providers with type arguments of type CimParameterModifier and TypeMethodDescriptionBasicProvider.invokeMethod
(ObjectPath path, String methodName, List<CimParameter> methodParameters) Provider.invokeMethod
(ObjectPath path, String methodName, List<CimParameter> methodParameters) Invoke an extrinsic method on a class or instance within this provider, or one of its children