public interface CUStatistics
| Modifier and Type | Method and Description |
|---|---|
void |
createConfigEntry(java.lang.String path,
java.lang.String devType,
java.lang.String cuType,
java.lang.String cuId,
java.util.Dictionary<java.lang.String,java.lang.Object> varValues,
java.lang.String[] varIds)
Creates configuration entry enabling statistics for matching state variables.
|
<any> |
getEffectiveConfigEntries(java.lang.String path,
java.lang.String devType,
java.lang.String cuType,
java.lang.String cuId)
List effective configuration entries for the specified path matching type and id.
|
<any> |
listConfigEntries(java.lang.String path,
boolean subNodes)
List all the configuration entries for the specified path (if
subNodes is true including configuration for sub nodes) |
void |
removeConfigEntiry(ConfigEntry configEntry)
Removes specified configuration entry.
|
void createConfigEntry(java.lang.String path,
java.lang.String devType,
java.lang.String cuType,
java.lang.String cuId,
java.util.Dictionary<java.lang.String,java.lang.Object> varValues,
java.lang.String[] varIds)
throws ManagementException
path - node pathdevType - device type concrete device type or null (null states for all types)cuType - concrete type or null (null states for all types)cuId - concrete control unit id or null (null states for all ids)varValues - state variable valuesvarIds - state variablesManagementException<any> getEffectiveConfigEntries(java.lang.String path,
java.lang.String devType,
java.lang.String cuType,
java.lang.String cuId)
throws ManagementException
path - node pathdevType - device type concrete device type or null (null states for all types)cuType - concrete type or null (null states for all types)cuId - concrete control unit id or null (null states for all ids)ManagementException<any> listConfigEntries(java.lang.String path,
boolean subNodes)
throws ManagementException
subNodes is true including configuration for sub nodes)path - node pathsubNodes - if configuration for subnodes shall be returnedManagementExceptionvoid removeConfigEntiry(ConfigEntry configEntry) throws ManagementException
configIds - ManagementExceptionCopyright © 2019 Bosch Software Innovations GmbH. All Rights Reserved.