259260261262263264265266267
public void heartbeat(String serverId) throws InvalidServerIdException, TException { if (failingClient) throw new TException(); if (clientRemovedUs) throw new InvalidServerIdException(); receivedHeartbeats.add(new Date().getTime()); }