Uses of Interface
de.iip_ecosphere.platform.deviceMgt.DeviceRemoteManagementOperations
Packages that use DeviceRemoteManagementOperations
Package
Description
Implementation.
-
Uses of DeviceRemoteManagementOperations in de.iip_ecosphere.platform.deviceMgt
Subinterfaces of DeviceRemoteManagementOperations in de.iip_ecosphere.platform.deviceMgtModifier and TypeInterfaceDescriptioninterfaceSummary Interface forDeviceFirmwareOperations,DeviceResourceConfigOperationsandDeviceRemoteManagementOperations.interfaceA device management client joins all operation interfaces.Classes in de.iip_ecosphere.platform.deviceMgt that implement DeviceRemoteManagementOperationsModifier and TypeClassDescriptionclassAn AasClient which implements aSubmodelElementsCollectionClientand provides easy access to the registry functions through the aas.classDefault DeviceManagemt implementation, which gets build by the DeviceManagementFactory with the help of the loaded service providers.Fields in de.iip_ecosphere.platform.deviceMgt declared as DeviceRemoteManagementOperationsModifier and TypeFieldDescriptionprivate static DeviceRemoteManagementOperationsDeviceManagementFactory.remoteManagementOperationsprivate DeviceRemoteManagementOperationsDeviceManagementImpl.remoteManagementOperationsConstructors in de.iip_ecosphere.platform.deviceMgt with parameters of type DeviceRemoteManagementOperationsModifierConstructorDescriptionDeviceManagementImpl(DeviceFirmwareOperations firmwareOperations, DeviceRemoteManagementOperations remoteManagementOperations, DeviceResourceConfigOperations resourceConfigOperations) Constructor for DeviceManagementImpl. -
Uses of DeviceRemoteManagementOperations in de.iip_ecosphere.platform.deviceMgt.ssh
Classes in de.iip_ecosphere.platform.deviceMgt.ssh that implement DeviceRemoteManagementOperationsModifier and TypeClassDescriptionclassA service provider implementation forDeviceRemoteManagementOperationswhich uses ssh as the communication protocol.