|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface DNSSocketServerMBean
MBean interface definition for monitoring and managing a DNS socket server.
| Method Summary | |
|---|---|
Long |
getErrorRequestCount()
Gets the number of requests that resulted in an error. |
Long |
getMissedRequestCount()
Gets the number of requests that returned no records without error. |
Long |
getRejectedRequestCount()
Gets the number of requests that were rejected by the server due to being to busy. |
Long |
getResourceRequestCount()
Gets the number of DNS requests received by the server. |
String |
getResourceRequestLoad()
Gets the request load of the server. |
Long |
getSuccessfulRequestCount()
Gets the number of requests that returned without error. |
Long |
getUptime()
Gets the time in milliseconds that the server has been running since its last start. |
| Method Detail |
|---|
Long getResourceRequestCount()
String getResourceRequestLoad()
Long getUptime()
Long getSuccessfulRequestCount()
Long getErrorRequestCount()
Long getMissedRequestCount()
Long getRejectedRequestCount()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||