protected Broker makeSlaveBroker( MasterImpl master, int masterId, int id, GraphDatabaseService graphDb )
{
final Machine masterMachine = new Machine( masterId, -1, 1,//
"localhost:" + Protocol.PORT );
final Master client = new MasterClient( masterMachine, graphDb );
return new AbstractBroker( id, graphDb )
{
public boolean iAmMaster()
{
return false;
}