|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.opennms.netmgt.provision.support.AbstractDetector
org.opennms.netmgt.provision.support.BasicDetector<LineOrientedRequest,LoopResponse>
org.opennms.netmgt.provision.detector.loop.LoopDetector
@Component @Scope(value="prototype") public class LoopDetector
| Constructor Summary | |
|---|---|
LoopDetector()
Constructor for LoopDetector. |
|
| Method Summary | |
|---|---|
protected Client<LineOrientedRequest,LoopResponse> |
getClient()
getClient |
String |
getIpMatch()
getIpMatch |
boolean |
isSupported()
isSupported |
protected void |
onInit()
onInit |
void |
setIpMatch(String ipMatch)
setIpMatch |
void |
setSupported(boolean isSupported)
setSupported |
| Methods inherited from class org.opennms.netmgt.provision.support.BasicDetector |
|---|
dispose, expectBanner, getConversation, isServiceDetected, send, send |
| Methods inherited from class org.opennms.netmgt.provision.support.AbstractDetector |
|---|
getPort, getRetries, getServiceName, getTimeout, init, log, setPort, setRetries, setServiceName, setTimeout |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Methods inherited from interface org.opennms.netmgt.provision.ServiceDetector |
|---|
getServiceName, init, setServiceName |
| Constructor Detail |
|---|
public LoopDetector()
Constructor for LoopDetector.
| Method Detail |
|---|
protected Client<LineOrientedRequest,LoopResponse> getClient()
getClient
getClient in class BasicDetector<LineOrientedRequest,LoopResponse>Client object.protected void onInit()
onInit
onInit in class BasicDetector<LineOrientedRequest,LoopResponse>public void setIpMatch(String ipMatch)
setIpMatch
ipMatch - a String object.public String getIpMatch()
getIpMatch
String object.public void setSupported(boolean isSupported)
setSupported
isSupported - a boolean.public boolean isSupported()
isSupported
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||