Package org.opennms.features.dhcpd
Interface Dhcpd
-
- All Known Implementing Classes:
DhcpdImpl
public interface Dhcpd
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Transaction
executeTransaction(String hostAddress, String macAddress, boolean relayMode, String myIpAddress, boolean extendedMode, String requestIpAddress, int timeout)
void
shutdown()
-
-
-
Method Detail
-
executeTransaction
Transaction executeTransaction(String hostAddress, String macAddress, boolean relayMode, String myIpAddress, boolean extendedMode, String requestIpAddress, int timeout) throws IOException
- Throws:
IOException
-
shutdown
void shutdown()
-
-