public class StatResponse extends ResponseDataObject
stat
command, can be accessed by pzresp.stat
Constructor and Description |
---|
StatResponse() |
Modifier and Type | Method and Description |
---|---|
int |
getActiveClients() |
int |
getClients() |
int |
getConnecting() |
int |
getError() |
int |
getFailed() |
int |
getHits() |
int |
getIdle() |
java.lang.String |
getProgress() |
int |
getRecords() |
int |
getUnconnected() |
int |
getWorking() |
addElement, appendContent, getApplicationError, getAttribute, getBinary, getElements, getHasResults, getIntValue, getIsBinary, getOneElement, getOneValue, getProperty, getServiceError, getType, getValue, getValueArray, getXml, hasApplicationError, hasServiceError, setAttribute, setBinary, setType, setXml
public int getHits()
public int getClients()
public int getActiveClients()
public int getRecords()
public int getUnconnected()
public int getConnecting()
public int getWorking()
public int getIdle()
public int getFailed()
public int getError()
public java.lang.String getProgress()