Interface for identifying device services.
A service must implement this interface or use the {@link Constants#DEVICE_CATEGORY} registration property to indicate that itis a device. Any services implementing this interface or registered with the {@code DEVICE_CATEGORY} property will be discovered by the device manager.
Device services implementing this interface give the device manager the opportunity to indicate to the device that no drivers were found that could (further) refine it. In this case, the device manager calls the {@link #noDriverFound()} method on the {@code Device} object.
Specialized device implementations will extend this interface by adding methods appropriate to their device category to it. @author $Id: a3f26e7ecae40c164624978e831b4dd27a857252 $ @see Driver @ThreadSafe
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|