|
||||||||||
| 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<GpRequest,GpResponse>
org.opennms.netmgt.provision.detector.generic.GpDetector
@Component @Scope(value="prototype") public class GpDetector
| Constructor Summary | |
|---|---|
protected |
GpDetector()
Constructor for GpDetector. |
| Method Summary | |
|---|---|
String |
getArgs()
getArgs |
String |
getBanner()
getBanner |
protected Client<GpRequest,GpResponse> |
getClient()
getClient |
String |
getHoption()
getHoption |
String |
getMatch()
getMatch |
String |
getScript()
getScript |
String |
getToption()
getToption |
protected void |
onInit()
onInit |
void |
setArgs(String args)
setArgs |
void |
setBanner(String banner)
setBanner |
void |
setHoption(String hoption)
setHoption |
void |
setMatch(String match)
setMatch |
void |
setScript(String script)
setScript |
void |
setToption(String toption)
setToption |
| 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 |
|---|
protected GpDetector()
Constructor for GpDetector.
| Method Detail |
|---|
protected Client<GpRequest,GpResponse> getClient()
getClient
getClient in class BasicDetector<GpRequest,GpResponse>Client object.protected void onInit()
onInit
onInit in class BasicDetector<GpRequest,GpResponse>public void setScript(String script)
setScript
script - a String object.public String getScript()
getScript
String object.public void setArgs(String args)
setArgs
args - a String object.public String getArgs()
getArgs
String object.public void setBanner(String banner)
setBanner
banner - a String object.public String getBanner()
getBanner
String object.public void setMatch(String match)
setMatch
match - a String object.public String getMatch()
getMatch
String object.public void setHoption(String hoption)
setHoption
hoption - a String object.public String getHoption()
getHoption
String object.public void setToption(String toption)
setToption
toption - a String object.public String getToption()
getToption
String object.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||