Class DeviceManagementFactory

java.lang.Object
de.iip_ecosphere.platform.deviceMgt.DeviceManagementFactory

public class DeviceManagementFactory extends Object
The DeviceManagementFactory is capable of creating the DeviceManagement. It uses the ServiceLoader so new functionality can be added easily. In case there are no service providers for the operations default implementations will be used. E.g.:
Author:
Dennis Pidun, University of Hildesheim
  • Field Details

  • Constructor Details

    • DeviceManagementFactory

      public DeviceManagementFactory()
  • Method Details

    • getDeviceManagement

      public static DeviceManagement getDeviceManagement()
      Returns the device management instance.
      Returns:
      the device management instance
    • resetDeviceManagement

      protected static void resetDeviceManagement()
      Resets the device management to its default state. Used for testing only.