org.apache.directory.server.dns.store
Class RecordStoreStub
java.lang.Object
org.apache.directory.server.dns.store.RecordStoreStub
- All Implemented Interfaces:
- RecordStore
public class RecordStoreStub
- extends Object
- implements RecordStore
- Author:
- Apache Directory Project
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
RecordStoreStub
public RecordStoreStub()
getRecords
public 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 The Apache Software Foundation. All Rights Reserved.