Map<String, Long> lastTransactions = new HashMap<String, Long>();
for ( Pair<String, Long> tx : context.lastAppliedTransactions() )
{
lastTransactions.put( tx.first(), tx.other() );
}
txInfo.add( new SlaveTransaction( context.getEventIdentifier(), lastTransactions ) );
}
ConnectionInformation connection = db.getBroker().getConnectionInformation( machineId );
return new SlaveInfo( connection.getJMXServiceURL().toString(),
connection.getInstanceId(), machineId, false,
connection.getLastCommitedTransactionId(),