org.apache.directory.server.dns.store.jndi
Class SingleBaseSearch
java.lang.Object
org.apache.directory.server.dns.store.jndi.SingleBaseSearch
public class SingleBaseSearch
- extends Object
A JNDI-backed search strategy implementation. This search strategy searches a
single base Dn for resource records.
- Author:
- Apache Directory Project
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
getRecords
public Set<ResourceRecord> getRecords(QuestionRecord question)
throws DnsException
- Returns a set of
ResourceRecords, given a DNS QuestionRecord.
- Returns:
- The set of
ResourceRecords.
- Throws:
DnsException
Copyright © 2003-2011 The Apache Software Foundation. All Rights Reserved.