org.netserv.ipauth.impl
Class LeaseReader

java.lang.Object
  extended by org.netserv.ipauth.impl.LeaseReader
Direct Known Subclasses:
UdhcpLeaseReader

public abstract class LeaseReader
extends java.lang.Object

Author:
allents

Constructor Summary
LeaseReader()
           
 
Method Summary
abstract  byte[] getXid(byte[] ip)
           
abstract  void load()
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

LeaseReader

public LeaseReader()
Method Detail

getXid

public abstract byte[] getXid(byte[] ip)
Parameters:
ip -
Returns:

load

public abstract void load()
                   throws java.io.IOException
Throws:
java.io.IOException