public class ServiceStatistics extends Object implements org.apache.axis2.databinding.ADBBean
Modifier and Type | Class and Description |
---|---|
static class |
ServiceStatistics.Factory
Factory class that keeps the parse method
|
Modifier and Type | Field and Description |
---|---|
protected double |
localAvgResponseTime
field for AvgResponseTime
|
protected boolean |
localAvgResponseTimeTracker |
protected int |
localCurrentInvocationFaultCount
field for CurrentInvocationFaultCount
|
protected boolean |
localCurrentInvocationFaultCountTracker |
protected int |
localCurrentInvocationRequestCount
field for CurrentInvocationRequestCount
|
protected boolean |
localCurrentInvocationRequestCountTracker |
protected int |
localCurrentInvocationResponseCount
field for CurrentInvocationResponseCount
|
protected boolean |
localCurrentInvocationResponseCountTracker |
protected double |
localCurrentInvocationResponseTime
field for CurrentInvocationResponseTime
|
protected boolean |
localCurrentInvocationResponseTimeTracker |
protected long |
localMaxResponseTime
field for MaxResponseTime
|
protected boolean |
localMaxResponseTimeTracker |
protected long |
localMinResponseTime
field for MinResponseTime
|
protected boolean |
localMinResponseTimeTracker |
protected int |
localTotalFaultCount
field for TotalFaultCount
|
protected boolean |
localTotalFaultCountTracker |
protected int |
localTotalRequestCount
field for TotalRequestCount
|
protected boolean |
localTotalRequestCountTracker |
protected int |
localTotalResponseCount
field for TotalResponseCount
|
protected boolean |
localTotalResponseCountTracker |
Constructor and Description |
---|
ServiceStatistics() |
Modifier and Type | Method and Description |
---|---|
double |
getAvgResponseTime()
Auto generated getter method
|
int |
getCurrentInvocationFaultCount()
Auto generated getter method
|
int |
getCurrentInvocationRequestCount()
Auto generated getter method
|
int |
getCurrentInvocationResponseCount()
Auto generated getter method
|
double |
getCurrentInvocationResponseTime()
Auto generated getter method
|
long |
getMaxResponseTime()
Auto generated getter method
|
long |
getMinResponseTime()
Auto generated getter method
|
org.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 object
|
int |
getTotalFaultCount()
Auto generated getter method
|
int |
getTotalRequestCount()
Auto generated getter method
|
int |
getTotalResponseCount()
Auto generated getter method
|
boolean |
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 method
|
void |
setCurrentInvocationFaultCount(int param)
Auto generated setter method
|
void |
setCurrentInvocationRequestCount(int param)
Auto generated setter method
|
void |
setCurrentInvocationResponseCount(int param)
Auto generated setter method
|
void |
setCurrentInvocationResponseTime(double param)
Auto generated setter method
|
void |
setMaxResponseTime(long param)
Auto generated setter method
|
void |
setMinResponseTime(long param)
Auto generated setter method
|
void |
setTotalFaultCount(int param)
Auto generated setter method
|
void |
setTotalRequestCount(int param)
Auto generated setter method
|
void |
setTotalResponseCount(int param)
Auto generated setter method
|
protected double localAvgResponseTime
protected boolean localAvgResponseTimeTracker
protected int localCurrentInvocationFaultCount
protected boolean localCurrentInvocationFaultCountTracker
protected int localCurrentInvocationRequestCount
protected boolean localCurrentInvocationRequestCountTracker
protected int localCurrentInvocationResponseCount
protected boolean localCurrentInvocationResponseCountTracker
protected double localCurrentInvocationResponseTime
protected boolean localCurrentInvocationResponseTimeTracker
protected long localMaxResponseTime
protected boolean localMaxResponseTimeTracker
protected long localMinResponseTime
protected boolean localMinResponseTimeTracker
protected int localTotalFaultCount
protected boolean localTotalFaultCountTracker
protected int localTotalRequestCount
protected boolean localTotalRequestCountTracker
protected int localTotalResponseCount
protected boolean localTotalResponseCountTracker
public boolean isAvgResponseTimeSpecified()
public double getAvgResponseTime()
public void setAvgResponseTime(double param)
param
- AvgResponseTimepublic boolean isCurrentInvocationFaultCountSpecified()
public int getCurrentInvocationFaultCount()
public void setCurrentInvocationFaultCount(int param)
param
- CurrentInvocationFaultCountpublic boolean isCurrentInvocationRequestCountSpecified()
public int getCurrentInvocationRequestCount()
public void setCurrentInvocationRequestCount(int param)
param
- CurrentInvocationRequestCountpublic boolean isCurrentInvocationResponseCountSpecified()
public int getCurrentInvocationResponseCount()
public void setCurrentInvocationResponseCount(int param)
param
- CurrentInvocationResponseCountpublic boolean isCurrentInvocationResponseTimeSpecified()
public double getCurrentInvocationResponseTime()
public void setCurrentInvocationResponseTime(double param)
param
- CurrentInvocationResponseTimepublic boolean isMaxResponseTimeSpecified()
public long getMaxResponseTime()
public void setMaxResponseTime(long param)
param
- MaxResponseTimepublic boolean isMinResponseTimeSpecified()
public long getMinResponseTime()
public void setMinResponseTime(long param)
param
- MinResponseTimepublic boolean isTotalFaultCountSpecified()
public int getTotalFaultCount()
public void setTotalFaultCount(int param)
param
- TotalFaultCountpublic boolean isTotalRequestCountSpecified()
public int getTotalRequestCount()
public void setTotalRequestCount(int param)
param
- TotalRequestCountpublic boolean isTotalResponseCountSpecified()
public int getTotalResponseCount()
public void setTotalResponseCount(int param)
param
- TotalResponseCountpublic org.apache.axiom.om.OMElement getOMElement(QName parentQName, org.apache.axiom.om.OMFactory factory) throws org.apache.axis2.databinding.ADBException
getOMElement
in interface org.apache.axis2.databinding.ADBBean
parentQName
- factory
- org.apache.axis2.databinding.ADBException
public void serialize(QName parentQName, XMLStreamWriter xmlWriter) throws XMLStreamException, org.apache.axis2.databinding.ADBException
serialize
in interface org.apache.axis2.databinding.ADBBean
XMLStreamException
org.apache.axis2.databinding.ADBException
public void serialize(QName parentQName, XMLStreamWriter xmlWriter, boolean serializeType) throws XMLStreamException, org.apache.axis2.databinding.ADBException
serialize
in interface org.apache.axis2.databinding.ADBBean
XMLStreamException
org.apache.axis2.databinding.ADBException
public XMLStreamReader getPullParser(QName qName) throws org.apache.axis2.databinding.ADBException
getPullParser
in interface org.apache.axis2.databinding.ADBBean
org.apache.axis2.databinding.ADBException
Copyright © 2024 WSO2. All rights reserved.