org.apache.directory.server.dns.store
Class SingleBaseSearch

java.lang.Object
  extended byorg.apache.directory.server.dns.store.SingleBaseSearch
All Implemented Interfaces:
org.apache.directory.server.dns.store.SearchStrategy

public class SingleBaseSearch
extends java.lang.Object
implements org.apache.directory.server.dns.store.SearchStrategy

A JNDI-backed search strategy implementation. This search strategy searches a single base DN for resource records.

Version:
$Rev: 434437 $, $Date: 2006-08-24 19:12:52 +0200 (Thu, 24 Aug 2006) $
Author:
Apache Directory Project

Method Summary
 java.util.Set getRecords(QuestionRecord question)
           
 
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 getRecords(QuestionRecord question)
                         throws java.lang.Exception
Specified by:
getRecords in interface org.apache.directory.server.dns.store.SearchStrategy
Throws:
java.lang.Exception