// Place this data in the various maps
registerBeanClusteringInfo(info);
// IMPORTANT: This must be done after the HATarget is instantiated above
// or we will get a notification from our own work instantiating the HATarget
DistributedReplicantManager drm = partition.getDistributedReplicantManager();
drm.registerListener(familyInfoName, this);
// Notify listeners of the addition. We do this after we register
// with the DRM so the listener won't know about the bean until our
// locally initiated DRM events have finished
List<ProxyClusteringRegistryListener> toNotify = null;