|
||||||||||
| 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,MSExchangeResponse>
org.opennms.netmgt.provision.detector.msexchange.MSExchangeDetector
@Component @Scope(value="prototype") public class MSExchangeDetector
| Constructor Summary | |
|---|---|
protected |
MSExchangeDetector()
Constructor for MSExchangeDetector. |
| Method Summary | |
|---|---|
ClientConversation.ResponseValidator<MSExchangeResponse> |
find(String regex)
find |
protected Client<LineOrientedRequest,MSExchangeResponse> |
getClient()
getClient |
int |
getImapPort()
getImapPort |
int |
getPop3Port()
getPop3Port |
protected void |
onInit()
onInit |
void |
setImapPort(int imapPort)
setImapPort |
void |
setPop3Port(int pop3Port)
setPop3Port |
| 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 MSExchangeDetector()
Constructor for MSExchangeDetector.
| Method Detail |
|---|
protected Client<LineOrientedRequest,MSExchangeResponse> getClient()
getClient
getClient in class BasicDetector<LineOrientedRequest,MSExchangeResponse>Client object.protected void onInit()
onInit
onInit in class BasicDetector<LineOrientedRequest,MSExchangeResponse>public ClientConversation.ResponseValidator<MSExchangeResponse> find(String regex)
find
regex - a String object.
ClientConversation.ResponseValidator object.public void setPop3Port(int pop3Port)
setPop3Port
pop3Port - a int.public int getPop3Port()
getPop3Port
public void setImapPort(int imapPort)
setImapPort
imapPort - a int.public int getImapPort()
getImapPort
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||