org.opennms.netmgt.provision.detector.dhcp
Class DhcpDetector
java.lang.Object
org.opennms.netmgt.provision.support.AbstractDetector
org.opennms.netmgt.provision.support.BasicDetector<DhcpRequest,DhcpResponse>
org.opennms.netmgt.provision.detector.dhcp.DhcpDetector
- All Implemented Interfaces:
- ServiceDetector, SyncServiceDetector
@Component
@Scope(value="prototype")
public class DhcpDetector
- extends BasicDetector<DhcpRequest,DhcpResponse>
|
Constructor Summary |
DhcpDetector()
Constructor for DhcpDetector. |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
DhcpDetector
public DhcpDetector()
Constructor for DhcpDetector.
onInit
protected void onInit()
onInit
- Specified by:
onInit in class BasicDetector<DhcpRequest,DhcpResponse>
getClient
protected Client<DhcpRequest,DhcpResponse> getClient()
getClient
- Specified by:
getClient in class BasicDetector<DhcpRequest,DhcpResponse>
- Returns:
- a
Client object.
Copyright © 2011. All Rights Reserved.