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 19:12:52 +0200 (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


Copyright © 2003-2012 Apache Software Foundation. All Rights Reserved.