Package lumis.portal.device
Interface IDeviceManager
-
- All Known Implementing Classes:
DummyDeviceManager
,WurflDeviceManager
public interface IDeviceManager
Discover the device informations.- Since:
- 6.0.0
- Version:
- $Revision$ $Date$
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description IDevice
discoverDevice(java.lang.String userAgent)
Returns one Device according with the lumUserAgent informed on parameter.
-
-
-
Method Detail
-
discoverDevice
IDevice discoverDevice(java.lang.String userAgent)
Returns one Device according with the lumUserAgent informed on parameter.- Parameters:
userAgent
- the user agent of the device.- Returns:
- the device informations.
-
-