public void setData(HashMap zonedata) {
try {
this.timeoutServers = new HashSet();
List records = new LinkedList();
records.add(new SOARecord(Name.root, DClass.IN, 3600, Name.root,
Name.root, 857623948, 0, 0, 0, 0));
records.add(new NSRecord(Name.root, DClass.IN, 3600, Name.root));
Iterator hosts = zonedata.keySet().iterator();
while (hosts.hasNext()) {