Looks up Records in the Zone. This follows CNAMEs and wildcards. @param name The name to look up @param type The type to look up @return A SetResponse object @see SetResponse
(Name name, int type)
| 430 | * @see SetResponse |
| 431 | */ |
| 432 | public SetResponse |
| 433 | findRecords(Name name, int type) { |
| 434 | return lookup(name, type); |
| 435 | } |
| 436 | |
| 437 | /** |
| 438 | * Looks up Records in the zone, finding exact matches only. |