Class ServiceStatistics
- java.lang.Object
-
- org.wso2.carbon.statistics.stub.types.carbon.ServiceStatistics
-
- All Implemented Interfaces:
Serializable,org.apache.axis2.databinding.ADBBean
public class ServiceStatistics extends Object implements org.apache.axis2.databinding.ADBBean
ServiceStatistics bean class- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classServiceStatistics.FactoryFactory class that keeps the parse method
-
Field Summary
Fields Modifier and Type Field Description protected doublelocalAvgResponseTimefield for AvgResponseTimeprotected booleanlocalAvgResponseTimeTrackerprotected intlocalCurrentInvocationFaultCountfield for CurrentInvocationFaultCountprotected booleanlocalCurrentInvocationFaultCountTrackerprotected intlocalCurrentInvocationRequestCountfield for CurrentInvocationRequestCountprotected booleanlocalCurrentInvocationRequestCountTrackerprotected intlocalCurrentInvocationResponseCountfield for CurrentInvocationResponseCountprotected booleanlocalCurrentInvocationResponseCountTrackerprotected doublelocalCurrentInvocationResponseTimefield for CurrentInvocationResponseTimeprotected booleanlocalCurrentInvocationResponseTimeTrackerprotected longlocalMaxResponseTimefield for MaxResponseTimeprotected booleanlocalMaxResponseTimeTrackerprotected longlocalMinResponseTimefield for MinResponseTimeprotected booleanlocalMinResponseTimeTrackerprotected intlocalTotalFaultCountfield for TotalFaultCountprotected booleanlocalTotalFaultCountTrackerprotected intlocalTotalRequestCountfield for TotalRequestCountprotected booleanlocalTotalRequestCountTrackerprotected intlocalTotalResponseCountfield for TotalResponseCountprotected booleanlocalTotalResponseCountTracker
-
Constructor Summary
Constructors Constructor Description ServiceStatistics()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description doublegetAvgResponseTime()Auto generated getter methodintgetCurrentInvocationFaultCount()Auto generated getter methodintgetCurrentInvocationRequestCount()Auto generated getter methodintgetCurrentInvocationResponseCount()Auto generated getter methoddoublegetCurrentInvocationResponseTime()Auto generated getter methodlonggetMaxResponseTime()Auto generated getter methodlonggetMinResponseTime()Auto generated getter methodorg.apache.axiom.om.OMElementgetOMElement(QName parentQName, org.apache.axiom.om.OMFactory factory)XMLStreamReadergetPullParser(QName qName)databinding method to get an XML representation of this objectintgetTotalFaultCount()Auto generated getter methodintgetTotalRequestCount()Auto generated getter methodintgetTotalResponseCount()Auto generated getter methodbooleanisAvgResponseTimeSpecified()booleanisCurrentInvocationFaultCountSpecified()booleanisCurrentInvocationRequestCountSpecified()booleanisCurrentInvocationResponseCountSpecified()booleanisCurrentInvocationResponseTimeSpecified()booleanisMaxResponseTimeSpecified()booleanisMinResponseTimeSpecified()booleanisTotalFaultCountSpecified()booleanisTotalRequestCountSpecified()booleanisTotalResponseCountSpecified()voidserialize(QName parentQName, XMLStreamWriter xmlWriter)voidserialize(QName parentQName, XMLStreamWriter xmlWriter, boolean serializeType)voidsetAvgResponseTime(double param)Auto generated setter methodvoidsetCurrentInvocationFaultCount(int param)Auto generated setter methodvoidsetCurrentInvocationRequestCount(int param)Auto generated setter methodvoidsetCurrentInvocationResponseCount(int param)Auto generated setter methodvoidsetCurrentInvocationResponseTime(double param)Auto generated setter methodvoidsetMaxResponseTime(long param)Auto generated setter methodvoidsetMinResponseTime(long param)Auto generated setter methodvoidsetTotalFaultCount(int param)Auto generated setter methodvoidsetTotalRequestCount(int param)Auto generated setter methodvoidsetTotalResponseCount(int param)Auto generated setter method
-
-
-
Field Detail
-
localAvgResponseTime
protected double localAvgResponseTime
field for AvgResponseTime
-
localAvgResponseTimeTracker
protected boolean localAvgResponseTimeTracker
-
localCurrentInvocationFaultCount
protected int localCurrentInvocationFaultCount
field for CurrentInvocationFaultCount
-
localCurrentInvocationFaultCountTracker
protected boolean localCurrentInvocationFaultCountTracker
-
localCurrentInvocationRequestCount
protected int localCurrentInvocationRequestCount
field for CurrentInvocationRequestCount
-
localCurrentInvocationRequestCountTracker
protected boolean localCurrentInvocationRequestCountTracker
-
localCurrentInvocationResponseCount
protected int localCurrentInvocationResponseCount
field for CurrentInvocationResponseCount
-
localCurrentInvocationResponseCountTracker
protected boolean localCurrentInvocationResponseCountTracker
-
localCurrentInvocationResponseTime
protected double localCurrentInvocationResponseTime
field for CurrentInvocationResponseTime
-
localCurrentInvocationResponseTimeTracker
protected boolean localCurrentInvocationResponseTimeTracker
-
localMaxResponseTime
protected long localMaxResponseTime
field for MaxResponseTime
-
localMaxResponseTimeTracker
protected boolean localMaxResponseTimeTracker
-
localMinResponseTime
protected long localMinResponseTime
field for MinResponseTime
-
localMinResponseTimeTracker
protected boolean localMinResponseTimeTracker
-
localTotalFaultCount
protected int localTotalFaultCount
field for TotalFaultCount
-
localTotalFaultCountTracker
protected boolean localTotalFaultCountTracker
-
localTotalRequestCount
protected int localTotalRequestCount
field for TotalRequestCount
-
localTotalRequestCountTracker
protected boolean localTotalRequestCountTracker
-
localTotalResponseCount
protected int localTotalResponseCount
field for TotalResponseCount
-
localTotalResponseCountTracker
protected boolean localTotalResponseCountTracker
-
-
Method Detail
-
isAvgResponseTimeSpecified
public boolean isAvgResponseTimeSpecified()
-
getAvgResponseTime
public double getAvgResponseTime()
Auto generated getter method- Returns:
- double
-
setAvgResponseTime
public void setAvgResponseTime(double param)
Auto generated setter method- Parameters:
param- AvgResponseTime
-
isCurrentInvocationFaultCountSpecified
public boolean isCurrentInvocationFaultCountSpecified()
-
getCurrentInvocationFaultCount
public int getCurrentInvocationFaultCount()
Auto generated getter method- Returns:
- int
-
setCurrentInvocationFaultCount
public void setCurrentInvocationFaultCount(int param)
Auto generated setter method- Parameters:
param- CurrentInvocationFaultCount
-
isCurrentInvocationRequestCountSpecified
public boolean isCurrentInvocationRequestCountSpecified()
-
getCurrentInvocationRequestCount
public int getCurrentInvocationRequestCount()
Auto generated getter method- Returns:
- int
-
setCurrentInvocationRequestCount
public void setCurrentInvocationRequestCount(int param)
Auto generated setter method- Parameters:
param- CurrentInvocationRequestCount
-
isCurrentInvocationResponseCountSpecified
public boolean isCurrentInvocationResponseCountSpecified()
-
getCurrentInvocationResponseCount
public int getCurrentInvocationResponseCount()
Auto generated getter method- Returns:
- int
-
setCurrentInvocationResponseCount
public void setCurrentInvocationResponseCount(int param)
Auto generated setter method- Parameters:
param- CurrentInvocationResponseCount
-
isCurrentInvocationResponseTimeSpecified
public boolean isCurrentInvocationResponseTimeSpecified()
-
getCurrentInvocationResponseTime
public double getCurrentInvocationResponseTime()
Auto generated getter method- Returns:
- double
-
setCurrentInvocationResponseTime
public void setCurrentInvocationResponseTime(double param)
Auto generated setter method- Parameters:
param- CurrentInvocationResponseTime
-
isMaxResponseTimeSpecified
public boolean isMaxResponseTimeSpecified()
-
getMaxResponseTime
public long getMaxResponseTime()
Auto generated getter method- Returns:
- long
-
setMaxResponseTime
public void setMaxResponseTime(long param)
Auto generated setter method- Parameters:
param- MaxResponseTime
-
isMinResponseTimeSpecified
public boolean isMinResponseTimeSpecified()
-
getMinResponseTime
public long getMinResponseTime()
Auto generated getter method- Returns:
- long
-
setMinResponseTime
public void setMinResponseTime(long param)
Auto generated setter method- Parameters:
param- MinResponseTime
-
isTotalFaultCountSpecified
public boolean isTotalFaultCountSpecified()
-
getTotalFaultCount
public int getTotalFaultCount()
Auto generated getter method- Returns:
- int
-
setTotalFaultCount
public void setTotalFaultCount(int param)
Auto generated setter method- Parameters:
param- TotalFaultCount
-
isTotalRequestCountSpecified
public boolean isTotalRequestCountSpecified()
-
getTotalRequestCount
public int getTotalRequestCount()
Auto generated getter method- Returns:
- int
-
setTotalRequestCount
public void setTotalRequestCount(int param)
Auto generated setter method- Parameters:
param- TotalRequestCount
-
isTotalResponseCountSpecified
public boolean isTotalResponseCountSpecified()
-
getTotalResponseCount
public int getTotalResponseCount()
Auto generated getter method- Returns:
- int
-
setTotalResponseCount
public void setTotalResponseCount(int param)
Auto generated setter method- Parameters:
param- TotalResponseCount
-
getOMElement
public org.apache.axiom.om.OMElement getOMElement(QName parentQName, org.apache.axiom.om.OMFactory factory) throws org.apache.axis2.databinding.ADBException
- Specified by:
getOMElementin interfaceorg.apache.axis2.databinding.ADBBean- Parameters:
parentQName-factory-- Returns:
- org.apache.axiom.om.OMElement
- Throws:
org.apache.axis2.databinding.ADBException
-
serialize
public void serialize(QName parentQName, XMLStreamWriter xmlWriter) throws XMLStreamException, org.apache.axis2.databinding.ADBException
- Specified by:
serializein interfaceorg.apache.axis2.databinding.ADBBean- Throws:
XMLStreamExceptionorg.apache.axis2.databinding.ADBException
-
serialize
public void serialize(QName parentQName, XMLStreamWriter xmlWriter, boolean serializeType) throws XMLStreamException, org.apache.axis2.databinding.ADBException
- Specified by:
serializein interfaceorg.apache.axis2.databinding.ADBBean- Throws:
XMLStreamExceptionorg.apache.axis2.databinding.ADBException
-
getPullParser
public XMLStreamReader getPullParser(QName qName) throws org.apache.axis2.databinding.ADBException
databinding method to get an XML representation of this object- Specified by:
getPullParserin interfaceorg.apache.axis2.databinding.ADBBean- Throws:
org.apache.axis2.databinding.ADBException
-
-