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

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

public class SingleBaseSearch
extends java.lang.Object

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

Version:
$Rev: 662440 $, $Date: 2008-06-02 16:00:23 +0200 (Mo, 02 Jun 2008) $
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-2009 Apache Software Foundation. All Rights Reserved.