Map<PhysicalPartition, DatabusV3Registration> childRegs =
((DatabusV3MultiPartitionRegistration) r).getPartionRegs();
childR = new HashMap<DbusPartitionInfo, RegInfo>();
for (Entry<PhysicalPartition, DatabusV3Registration> e2 : childRegs.entrySet())
{
childR.put(new DbusPartitionInfoImpl(e2.getKey().getId()),
new RegInfo(e.getValue().getState().name(),
e.getValue().getRegistrationId(),
e.getValue().getStatus(),
null,
e.getValue().getSubscriptions()));