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

Packages that use RecordStore
org.apache.directory.server.dns.protocol Provides the IoHandler and associated ProtocolCodecFactory required to implement the DNS Service with the MINA NIO framework. 
org.apache.directory.server.dns.service Provides the DNS Service. 
org.apache.directory.server.dns.store Provides RecordStore interface for serving DNS resource records to DnsServer
org.apache.directory.server.dns.store.jndi   
 

Uses of RecordStore in org.apache.directory.server.dns.protocol
 

Constructors in org.apache.directory.server.dns.protocol with parameters of type RecordStore
DnsProtocolHandler(DnsServer config, RecordStore store)
          Creates a new instance of DnsProtocolHandler.
 

Uses of RecordStore in org.apache.directory.server.dns.service
 

Methods in org.apache.directory.server.dns.service that return RecordStore
 RecordStore DnsContext.getStore()
           
 

Methods in org.apache.directory.server.dns.service with parameters of type RecordStore
 void DnsContext.setStore(RecordStore store)
           
 

Uses of RecordStore in org.apache.directory.server.dns.store
 

Classes in org.apache.directory.server.dns.store that implement RecordStore
 class RecordStoreStub
           
 

Uses of RecordStore in org.apache.directory.server.dns.store.jndi
 

Classes in org.apache.directory.server.dns.store.jndi that implement RecordStore
 class JndiRecordStoreImpl
          A DirectoryService-backed implementation of the RecordStore interface.
 



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