Package org.opennms.features.dhcpd.impl
Class DhcpdImpl
- java.lang.Object
-
- org.opennms.features.dhcpd.impl.DhcpdImpl
-
-
Constructor Summary
Constructors Constructor Description DhcpdImpl()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected void
checkTransactions(Response response)
Transaction
executeTransaction(String hostAddress, String macAddress, boolean relayMode, String myIpAddress, boolean extendedMode, String requestIpAddress, int timeout)
void
shutdown()
-
-
-
Method Detail
-
executeTransaction
public Transaction executeTransaction(String hostAddress, String macAddress, boolean relayMode, String myIpAddress, boolean extendedMode, String requestIpAddress, int timeout) throws IOException
- Specified by:
executeTransaction
in interfaceDhcpd
- Throws:
IOException
-
checkTransactions
protected void checkTransactions(Response response)
-
-