Class WebappStatistics

java.lang.Object
org.wso2.carbon.webapp.mgt.stub.types.carbon.WebappStatistics
All Implemented Interfaces:
Serializable, org.apache.axis2.databinding.ADBBean

public class WebappStatistics extends Object implements org.apache.axis2.databinding.ADBBean
WebappStatistics bean class
See Also:
  • Field Details

    • localActiveSessions

      protected int localActiveSessions
      field for ActiveSessions
    • localActiveSessionsTracker

      protected boolean localActiveSessionsTracker
    • localAvgSessionLifetime

      protected int localAvgSessionLifetime
      field for AvgSessionLifetime
    • localAvgSessionLifetimeTracker

      protected boolean localAvgSessionLifetimeTracker
    • localExpiredSessions

      protected long localExpiredSessions
      field for ExpiredSessions
    • localExpiredSessionsTracker

      protected boolean localExpiredSessionsTracker
    • localMaxActiveSessions

      protected int localMaxActiveSessions
      field for MaxActiveSessions
    • localMaxActiveSessionsTracker

      protected boolean localMaxActiveSessionsTracker
    • localMaxSessionInactivityInterval

      protected int localMaxSessionInactivityInterval
      field for MaxSessionInactivityInterval
    • localMaxSessionInactivityIntervalTracker

      protected boolean localMaxSessionInactivityIntervalTracker
    • localMaxSessionLifetime

      protected int localMaxSessionLifetime
      field for MaxSessionLifetime
    • localMaxSessionLifetimeTracker

      protected boolean localMaxSessionLifetimeTracker
    • localRejectedSessions

      protected int localRejectedSessions
      field for RejectedSessions
    • localRejectedSessionsTracker

      protected boolean localRejectedSessionsTracker
  • Constructor Details

    • WebappStatistics

      public WebappStatistics()
  • Method Details

    • isActiveSessionsSpecified

      public boolean isActiveSessionsSpecified()
    • getActiveSessions

      public int getActiveSessions()
      Auto generated getter method
      Returns:
      int
    • setActiveSessions

      public void setActiveSessions(int param)
      Auto generated setter method
      Parameters:
      param - ActiveSessions
    • isAvgSessionLifetimeSpecified

      public boolean isAvgSessionLifetimeSpecified()
    • getAvgSessionLifetime

      public int getAvgSessionLifetime()
      Auto generated getter method
      Returns:
      int
    • setAvgSessionLifetime

      public void setAvgSessionLifetime(int param)
      Auto generated setter method
      Parameters:
      param - AvgSessionLifetime
    • isExpiredSessionsSpecified

      public boolean isExpiredSessionsSpecified()
    • getExpiredSessions

      public long getExpiredSessions()
      Auto generated getter method
      Returns:
      long
    • setExpiredSessions

      public void setExpiredSessions(long param)
      Auto generated setter method
      Parameters:
      param - ExpiredSessions
    • isMaxActiveSessionsSpecified

      public boolean isMaxActiveSessionsSpecified()
    • getMaxActiveSessions

      public int getMaxActiveSessions()
      Auto generated getter method
      Returns:
      int
    • setMaxActiveSessions

      public void setMaxActiveSessions(int param)
      Auto generated setter method
      Parameters:
      param - MaxActiveSessions
    • isMaxSessionInactivityIntervalSpecified

      public boolean isMaxSessionInactivityIntervalSpecified()
    • getMaxSessionInactivityInterval

      public int getMaxSessionInactivityInterval()
      Auto generated getter method
      Returns:
      int
    • setMaxSessionInactivityInterval

      public void setMaxSessionInactivityInterval(int param)
      Auto generated setter method
      Parameters:
      param - MaxSessionInactivityInterval
    • isMaxSessionLifetimeSpecified

      public boolean isMaxSessionLifetimeSpecified()
    • getMaxSessionLifetime

      public int getMaxSessionLifetime()
      Auto generated getter method
      Returns:
      int
    • setMaxSessionLifetime

      public void setMaxSessionLifetime(int param)
      Auto generated setter method
      Parameters:
      param - MaxSessionLifetime
    • isRejectedSessionsSpecified

      public boolean isRejectedSessionsSpecified()
    • getRejectedSessions

      public int getRejectedSessions()
      Auto generated getter method
      Returns:
      int
    • setRejectedSessions

      public void setRejectedSessions(int param)
      Auto generated setter method
      Parameters:
      param - RejectedSessions
    • 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