org.apache.qpid.management.domain.model
Class QpidStatistic

java.lang.Object
  extended by org.apache.qpid.management.domain.model.QpidFeature
      extended by org.apache.qpid.management.domain.model.QpidAttribute
          extended by org.apache.qpid.management.domain.model.QpidStatistic

 class QpidStatistic
extends QpidAttribute

Qpid statistic definition. A statistic is a typed member of a class which represents an instrumentation attribute of the class. Statistics are always read-only in nature and tend to change rapidly.


Field Summary
 
Fields inherited from class org.apache.qpid.management.domain.model.QpidAttribute
_type, _unit
 
Fields inherited from class org.apache.qpid.management.domain.model.QpidFeature
_description, _name
 
Constructor Summary
QpidStatistic()
           
 
Method Summary
 
Methods inherited from class org.apache.qpid.management.domain.model.QpidAttribute
decodeValue, getJavaType, getUnit, setType, setUnit, toString
 
Methods inherited from class org.apache.qpid.management.domain.model.QpidFeature
getDescription, getName, setDescription, setName
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

QpidStatistic

QpidStatistic()


Licensed to the Apache Software Foundation