org.apache.directory.server.dns.store.jndi
Class MultiBaseSearch

java.lang.Object
  extended by org.apache.directory.server.dns.store.jndi.MultiBaseSearch

public class MultiBaseSearch
extends Object

A JNDI-backed search strategy implementation. This search strategy builds a catalog from directory configuration to determine where zones are to search for resource records.

Author:
Apache Directory Project

Method Summary
 Set<ResourceRecord> getRecords(QuestionRecord question)
          Returns a set of ResourceRecords, given a DNS QuestionRecord.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

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.