_id = id;
_name = name;
_perSourcePrefix = _name + ".source.";
_logicalSources = logicalSources;
_totalStats = new DbusBootstrapProducerStats(_id, _name + ".total", enabled, threadSafe, null);
_perClientStats = new HashMap<String, DbusBootstrapProducerStats>(1000);
ObjectName jmxName = null;
try
{
Hashtable<String, String> mbeanProps = new Hashtable<String, String>(5);