Uses of Class
org.apache.directory.server.dhcp.service.Lease

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

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

Methods in org.apache.directory.server.dhcp.store that return Lease
protected  Lease SimpleDhcpStore.findExistingLease(HardwareAddress hardwareAddress, Lease existingLease)
           
protected abstract  Lease AbstractDhcpStore.findExistingLease(HardwareAddress hardwareAddress, Lease existingLease)
          Find an existing lease in the store.
 Lease AbstractDhcpStore.getExistingLease(HardwareAddress hardwareAddress, java.net.InetAddress requestedAddress, java.net.InetAddress selectionBase, long requestedLeaseTime, OptionsField options)
           
 Lease DhcpStore.getExistingLease(HardwareAddress hardwareAddress, java.net.InetAddress requestedAddress, java.net.InetAddress selectionBase, long requestedLeaseTime, OptionsField options)
          Retrieve an existing lease from the dhcp store.
 Lease AbstractDhcpStore.getLeaseOffer(HardwareAddress hardwareAddress, java.net.InetAddress requestedAddress, java.net.InetAddress selectionBase, long requestedLeaseTime, OptionsField options)
           
 Lease DhcpStore.getLeaseOffer(HardwareAddress hardwareAddress, java.net.InetAddress requestedAddress, java.net.InetAddress selectionBase, long requestedLeaseTime, OptionsField options)
          Find a lease to offer in response to a DHCPDISCOVER request.
 

Methods in org.apache.directory.server.dhcp.store with parameters of type Lease
protected  Lease SimpleDhcpStore.findExistingLease(HardwareAddress hardwareAddress, Lease existingLease)
           
protected abstract  Lease AbstractDhcpStore.findExistingLease(HardwareAddress hardwareAddress, Lease existingLease)
          Find an existing lease in the store.
 void AbstractDhcpStore.releaseLease(Lease lease)
           
 void DhcpStore.releaseLease(Lease lease)
          Release the specified lease.
 void SimpleDhcpStore.updateLease(Lease lease)
           
protected abstract  void AbstractDhcpStore.updateLease(Lease lease)
          Update the (possibly changed) lease in the store.
 



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