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(),
txInfo.toArray( new SlaveTransaction[txInfo.size()] ) );
}