Method | Description | |
---|---|---|
Sample ( ) : ICounterSample |
Sample this counter.
|
|
ToString ( ) : string |
Method | Description | |
---|---|---|
AbstractMBeanCounter ( IMBeanClient mbeanClient, CounterLifecycleType lifecycleType, string counterType, string jmxDomain, TabMon.Helpers.Host host, string source, string filter, string category, string counter, string instance, string unit ) : System | ||
GetAttributeValue ( string attribute ) : object |
Retrieve the value of the attribute with the given name for this counter.
|
protected AbstractMBeanCounter ( IMBeanClient mbeanClient, CounterLifecycleType lifecycleType, string counterType, string jmxDomain, TabMon.Helpers.Host host, string source, string filter, string category, string counter, string instance, string unit ) : System | ||
mbeanClient | IMBeanClient | |
lifecycleType | CounterLifecycleType | |
counterType | string | |
jmxDomain | string | |
host | TabMon.Helpers.Host | |
source | string | |
filter | string | |
category | string | |
counter | string | |
instance | string | |
unit | string | |
return | System |
protected abstract GetAttributeValue ( string attribute ) : object | ||
attribute | string | Name of the attribute to sample. |
return | object |