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

java.lang.Object
  extended by org.apache.directory.server.dns.store.RecordStoreStub
All Implemented Interfaces:
RecordStore

public class RecordStoreStub
extends java.lang.Object
implements RecordStore

Version:
$Rev$, $Date$
Author:
Apache Directory Project

Constructor Summary
RecordStoreStub()
           
 
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
 

Constructor Detail

RecordStoreStub

public RecordStoreStub()
Method Detail

getRecords

public java.util.Set<ResourceRecord> getRecords(QuestionRecord question)
                                         throws DnsException
Description copied from interface: RecordStore
Returns a set of ResourceRecords, given a DNS QuestionRecord. If something bad happens throw the accurate DnsException

Specified by:
getRecords in interface RecordStore
Returns:
The set of ResourceRecords.
Throws:
DnsException


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