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 java.lang.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.

Version:
$Rev: 925887 $, $Date: 2010-03-21 21:36:55 +0100 (Sun, 21 Mar 2010) $
Author:
Apache Directory Project

Method Summary
 java.util.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 java.util.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 Apache Software Foundation. All Rights Reserved.