}
private RuntimeStatusList
getRuntimeStatus()
{
/**
Should have called OldClusterMBean.getRuntimeStatus() instead.
But was getting back AttributeNotFoundException. Maybe bacause
RuntimeStatus is not exposed as an attribute of the ClusterConfigMBean.
*/
final OldClustersMBean oldMBean =
getOldConfigProxies().getOldClustersMBean();
return( ( RuntimeStatusList )oldMBean.getRuntimeStatus( getSelfName() ) );
}