Uses of Interface
org.apache.directory.server.dhcp.store.DhcpStore

Packages that use DhcpStore
org.apache.directory.server.dhcp.service Provides the implementation of the DhcpService
org.apache.directory.server.dhcp.store   
 

Uses of DhcpStore in org.apache.directory.server.dhcp.service
 

Constructors in org.apache.directory.server.dhcp.service with parameters of type DhcpStore
StoreBasedDhcpService(DhcpStore dhcpStore)
           
 

Uses of DhcpStore in org.apache.directory.server.dhcp.store
 

Classes in org.apache.directory.server.dhcp.store that implement DhcpStore
 class AbstractDhcpStore
          Abstract base implementation of a DhcpStore.
 class SimpleDhcpStore
          Very simple dummy/proof-of-concept implementation of a DhcpStore.
 



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