Uses of Class
org.apache.directory.server.dhcp.messages.HardwareAddress

Packages that use HardwareAddress
org.apache.directory.server.dhcp.messages Provides message objects for DHCP messages. 
org.apache.directory.server.dhcp.service Provides the implementation of the DhcpService
org.apache.directory.server.dhcp.store   
 

Uses of HardwareAddress in org.apache.directory.server.dhcp.messages
 

Methods in org.apache.directory.server.dhcp.messages that return HardwareAddress
 HardwareAddress DhcpMessage.getHardwareAddress()
           
static HardwareAddress HardwareAddress.valueOf(java.lang.String s)
          Parses a string representation of a hardware address according to the specification given in toString().
 

Methods in org.apache.directory.server.dhcp.messages with parameters of type HardwareAddress
 void DhcpMessage.setHardwareAddress(HardwareAddress hardwareAddress)
           
 

Constructors in org.apache.directory.server.dhcp.messages with parameters of type HardwareAddress
DhcpMessage(MessageType messageType, byte op, HardwareAddress hardwareAddress, short hops, int transactionId, int seconds, short flags, java.net.InetAddress currentClientAddress, java.net.InetAddress assignedClientAddress, java.net.InetAddress nextServerAddress, java.net.InetAddress relayAgentAddress, java.lang.String serverHostname, java.lang.String bootFileName, OptionsField options)
          Create a DHCP message based on the supplied values.
 

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

Methods in org.apache.directory.server.dhcp.service that return HardwareAddress
 HardwareAddress Lease.getHardwareAddress()
           
 

Methods in org.apache.directory.server.dhcp.service with parameters of type HardwareAddress
 void Lease.setHardwareAddress(HardwareAddress hardwareAddress)
           
 

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

Methods in org.apache.directory.server.dhcp.store that return HardwareAddress
 HardwareAddress Host.getHardwareAddress()
           
 

Methods in org.apache.directory.server.dhcp.store with parameters of type HardwareAddress
protected abstract  Host AbstractDhcpStore.findDesignatedHost(HardwareAddress hardwareAddress)
          Find a host to with the explicitely designated hardware address.
protected  Host SimpleDhcpStore.findDesignatedHost(HardwareAddress hardwareAddress)
           
protected abstract  Lease AbstractDhcpStore.findExistingLease(HardwareAddress hardwareAddress, Lease existingLease)
          Find an existing lease in the store.
protected  Lease SimpleDhcpStore.findExistingLease(HardwareAddress hardwareAddress, Lease existingLease)
           
 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.getExistingLease(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.
 Lease AbstractDhcpStore.getLeaseOffer(HardwareAddress hardwareAddress, java.net.InetAddress requestedAddress, java.net.InetAddress selectionBase, long requestedLeaseTime, OptionsField options)
           
 

Constructors in org.apache.directory.server.dhcp.store with parameters of type HardwareAddress
Host(java.lang.String name, java.net.InetAddress address, HardwareAddress hardwareAddress)
           
 



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