Uses of Class
net.aifusion.metamodel.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
Modifier and TypeMethodDescriptionCimClient.getMethodParameters
(ObjectPath path, String methodName) Modifier and TypeMethodDescriptionCimClient.invokeMethod
(ObjectPath path, String methodName, List<CimParameter> methodParameters) -
Uses of CimParameter in net.aifusion.metamodel
Modifier 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 methodModifier 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
Modifier and TypeMethodDescriptionBasicProvider.getMethodParameters
(ObjectPath path, String methodName) Provider.getMethodParameters
(ObjectPath path, String methodName) Get the parameter list associated with a methodModifier 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