com.indexdata.mkjsf.pazpar2.data
Class StatResponse

java.lang.Object
  extended by com.indexdata.mkjsf.pazpar2.data.ResponseDataObject
      extended by com.indexdata.mkjsf.pazpar2.data.StatResponse
All Implemented Interfaces:
Serializable

public class StatResponse
extends ResponseDataObject

Data from the stat command, can be accessed by pzresp.stat

Author:
Niels Erik
See Also:
Serialized Form

Constructor Summary
StatResponse()
           
 
Method Summary
 int getActiveClients()
           
 int getClients()
           
 int getConnecting()
           
 int getError()
           
 int getFailed()
           
 int getHits()
           
 int getIdle()
           
 String getProgress()
           
 int getRecords()
           
 int getUnconnected()
           
 int getWorking()
           
 
Methods inherited from class com.indexdata.mkjsf.pazpar2.data.ResponseDataObject
addElement, appendContent, getApplicationError, getAttribute, getBinary, getElements, getHasResults, getIntValue, getIsBinary, getOneElement, getOneValue, getProperty, getServiceError, getType, getValue, getValueArray, getXml, hasApplicationError, hasServiceError, setAttribute, setBinary, setType, setXml
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

StatResponse

public StatResponse()
Method Detail

getHits

public int getHits()

getClients

public int getClients()

getActiveClients

public int getActiveClients()

getRecords

public int getRecords()

getUnconnected

public int getUnconnected()

getConnecting

public int getConnecting()

getWorking

public int getWorking()

getIdle

public int getIdle()

getFailed

public int getFailed()

getError

public int getError()

getProgress

public String getProgress()


Copyright © 2013. All Rights Reserved.