this.monitor = new NetDeviceMonitor(processor, config);
try {
InitialNaming.bind(IPv4ConfigurationService.NAME, service);
devMan = DeviceUtils.getDeviceManager();
devMan.addListener(monitor);
WorkUtils.add(new Work("Network device configuration") {
public void execute() {
monitor.configureDevices(devMan);
}
});
} catch (NamingException ex) {