org.apache.directory.server.dns.store
Interface RecordStore

All Known Implementing Classes:
JndiRecordStoreImpl

public interface RecordStore

The store interface used by the DNS protocol to lookup resource records.

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

Method Summary
 java.util.Set getRecords(QuestionRecord question)
           
 

Method Detail

getRecords

java.util.Set getRecords(QuestionRecord question)
                         throws java.lang.Exception
Throws:
java.lang.Exception