for(InvokerHA replicant : replicants)
{
/* create ha-target in first server with the list of replicants and register
* it with the MBeanServer. */
HATarget target = new MockHATarget(null, replicantName, null, 2);
target.replicantsChanged(null, locators, 0, false);
replicant.registerBean(targetName, target);
}
}
public List<InvokerLocator> getLocators()