Uses of Interface
lumis.portal.device.IDeviceManager
-
Packages that use IDeviceManager Package Description lumis.portal.device lumis.portal.manager -
-
Uses of IDeviceManager in lumis.portal.device
Classes in lumis.portal.device that implement IDeviceManager Modifier and Type Class Description class
DummyDeviceManager
A device manager implementation that does not performs any detection, always returning a dummy device that has no capability.class
WurflDeviceManager
Manages Device informations -
Uses of IDeviceManager in lumis.portal.manager
Methods in lumis.portal.manager that return IDeviceManager Modifier and Type Method Description static IDeviceManager
ManagerFactoryInternal. getDeviceManager()
Returns the manager for devices.
-