log.debug("factory bind : {}", factory);
factoryMap.put(factoryId, factory);
final Props props = Props.make();
props.put(FactoryEvent.PROP_FACTORY_ID, factoryId);
eventer.send(FactoryEvent.FACTORY_ENABLED, props);
sender.sendState(FidgetManagerProvider.this, factoryId,
FactoryHandler.ON);