|
|
@ -117,7 +117,7 @@ import java.util.concurrent.TimeUnit;
|
|
|
|
* bind="setDeviceTypeGeneratorService"
|
|
|
|
* bind="setDeviceTypeGeneratorService"
|
|
|
|
* unbind="unsetDeviceTypeGeneratorService"
|
|
|
|
* unbind="unsetDeviceTypeGeneratorService"
|
|
|
|
*/
|
|
|
|
*/
|
|
|
|
public class deviceDeviceManagementServiceComponent {
|
|
|
|
public class DeviceManagementServiceComponent {
|
|
|
|
|
|
|
|
|
|
|
|
private static final Object LOCK = new Object();
|
|
|
|
private static final Object LOCK = new Object();
|
|
|
|
private static Log log = LogFactory.getLog(DeviceManagementServiceComponent.class);
|
|
|
|
private static Log log = LogFactory.getLog(DeviceManagementServiceComponent.class);
|
|
|
|