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:
  • Field Details

    • 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
  • Constructor Details

    • ServiceStatistics

      public ServiceStatistics()
  • Method Details

    • 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 interface org.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 interface org.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 interface org.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 interface org.apache.axis2.databinding.ADBBean
      Throws:
      org.apache.axis2.databinding.ADBException