Class AasDeviceResourceConfigOperations
java.lang.Object
de.iip_ecosphere.platform.deviceMgt.AasDeviceResourceConfigOperations
- All Implemented Interfaces:
DeviceResourceConfigOperations
public class AasDeviceResourceConfigOperations
extends Object
implements DeviceResourceConfigOperations
A service provider implementation for
DeviceResourceConfigOperations which
uses aas as the communication protocol. For this purpose it will notify the
DeviceManagementAas that a specific configuration should be set on a device.- Author:
- Dennis Pidun, University of Hildesheim
-
Field Details
-
A_CONFIG_DOWNLOAD_URI
- See Also:
-
A_LOCATION
- See Also:
-
-
Constructor Details
-
AasDeviceResourceConfigOperations
public AasDeviceResourceConfigOperations()
-
-
Method Details
-
setConfig
Description copied from interface:DeviceResourceConfigOperationsSets the device configuration.- Specified by:
setConfigin interfaceDeviceResourceConfigOperations- Parameters:
id- the identifierconfigPath- the configuration path- Throws:
ExecutionException- in case that setting the configuration fails
-