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 class
ServiceStatistics.Factory
Factory class that keeps the parse method
-
Field Summary
Fields Modifier and Type Field Description protected double
localAvgResponseTime
field for AvgResponseTimeprotected boolean
localAvgResponseTimeTracker
protected int
localCurrentInvocationFaultCount
field for CurrentInvocationFaultCountprotected boolean
localCurrentInvocationFaultCountTracker
protected int
localCurrentInvocationRequestCount
field for CurrentInvocationRequestCountprotected boolean
localCurrentInvocationRequestCountTracker
protected int
localCurrentInvocationResponseCount
field for CurrentInvocationResponseCountprotected boolean
localCurrentInvocationResponseCountTracker
protected double
localCurrentInvocationResponseTime
field for CurrentInvocationResponseTimeprotected boolean
localCurrentInvocationResponseTimeTracker
protected long
localMaxResponseTime
field for MaxResponseTimeprotected boolean
localMaxResponseTimeTracker
protected long
localMinResponseTime
field for MinResponseTimeprotected boolean
localMinResponseTimeTracker
protected int
localTotalFaultCount
field for TotalFaultCountprotected boolean
localTotalFaultCountTracker
protected int
localTotalRequestCount
field for TotalRequestCountprotected boolean
localTotalRequestCountTracker
protected int
localTotalResponseCount
field for TotalResponseCountprotected boolean
localTotalResponseCountTracker
-
Constructor Summary
Constructors Constructor Description ServiceStatistics()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description double
getAvgResponseTime()
Auto generated getter methodint
getCurrentInvocationFaultCount()
Auto generated getter methodint
getCurrentInvocationRequestCount()
Auto generated getter methodint
getCurrentInvocationResponseCount()
Auto generated getter methoddouble
getCurrentInvocationResponseTime()
Auto generated getter methodlong
getMaxResponseTime()
Auto generated getter methodlong
getMinResponseTime()
Auto generated getter methodorg.apache.axiom.om.OMElement
getOMElement(QName parentQName, org.apache.axiom.om.OMFactory factory)
XMLStreamReader
getPullParser(QName qName)
databinding method to get an XML representation of this objectint
getTotalFaultCount()
Auto generated getter methodint
getTotalRequestCount()
Auto generated getter methodint
getTotalResponseCount()
Auto generated getter methodboolean
isAvgResponseTimeSpecified()
boolean
isCurrentInvocationFaultCountSpecified()
boolean
isCurrentInvocationRequestCountSpecified()
boolean
isCurrentInvocationResponseCountSpecified()
boolean
isCurrentInvocationResponseTimeSpecified()
boolean
isMaxResponseTimeSpecified()
boolean
isMinResponseTimeSpecified()
boolean
isTotalFaultCountSpecified()
boolean
isTotalRequestCountSpecified()
boolean
isTotalResponseCountSpecified()
void
serialize(QName parentQName, XMLStreamWriter xmlWriter)
void
serialize(QName parentQName, XMLStreamWriter xmlWriter, boolean serializeType)
void
setAvgResponseTime(double param)
Auto generated setter methodvoid
setCurrentInvocationFaultCount(int param)
Auto generated setter methodvoid
setCurrentInvocationRequestCount(int param)
Auto generated setter methodvoid
setCurrentInvocationResponseCount(int param)
Auto generated setter methodvoid
setCurrentInvocationResponseTime(double param)
Auto generated setter methodvoid
setMaxResponseTime(long param)
Auto generated setter methodvoid
setMinResponseTime(long param)
Auto generated setter methodvoid
setTotalFaultCount(int param)
Auto generated setter methodvoid
setTotalRequestCount(int param)
Auto generated setter methodvoid
setTotalResponseCount(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:
getOMElement
in 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:
serialize
in interfaceorg.apache.axis2.databinding.ADBBean
- Throws:
XMLStreamException
org.apache.axis2.databinding.ADBException
-
serialize
public void serialize(QName parentQName, XMLStreamWriter xmlWriter, boolean serializeType) throws XMLStreamException, org.apache.axis2.databinding.ADBException
- Specified by:
serialize
in interfaceorg.apache.axis2.databinding.ADBBean
- Throws:
XMLStreamException
org.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:
getPullParser
in interfaceorg.apache.axis2.databinding.ADBBean
- Throws:
org.apache.axis2.databinding.ADBException
-
-