Uses of Class
org.apache.directory.server.dhcp.store.DhcpConfigElement

Packages that use DhcpConfigElement
org.apache.directory.server.dhcp.store   
 

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

Subclasses of DhcpConfigElement in org.apache.directory.server.dhcp.store
 class Host
          The definition of a host.
 class Subnet
          The definition of a Subnet.
 

Methods in org.apache.directory.server.dhcp.store with parameters of type DhcpConfigElement
protected abstract  OptionsField AbstractDhcpStore.getOptions(DhcpConfigElement element)
          Return a list of all options applicable to the given config element.
protected  OptionsField SimpleDhcpStore.getOptions(DhcpConfigElement element)
           
protected abstract  java.util.Map AbstractDhcpStore.getProperties(DhcpConfigElement element)
          Return a list of all options applicable to the given config element.
protected  java.util.Map SimpleDhcpStore.getProperties(DhcpConfigElement element)
           
 



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