}
this.glob = (ServerScope)this.property.getGlobal();
// For JMX instanceName may not contain ","
String instanceName = this.glob.validateJmxValue(this.storageId.getId());
this.contextNode = new ContextNode(ContextNode.MAP_MARKER_TAG, instanceName,
this.glob.getContextNode()); // TODO: pass from real parent like TopicInfo
this.mbeanHandle = this.glob.registerMBean(this.contextNode, this);
// StoragePluginManager pluginManager = (StoragePluginManager)this.glob.getObjectEntry("org.xmlBlaster.engine.msgstore.StoragePluginManager");
StoragePluginManager pluginManager = glob.getStoragePluginManager();