C# Class TabMon.Counters.MBean.AbstractMBeanCounter

Inheritance: ICounter
Afficher le fichier Open project: tableau/TabMon

Méthodes publiques

Méthode Description
Sample ( ) : ICounterSample

Sample this counter.

ToString ( ) : string

Méthodes protégées

Méthode 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.

Method Details

AbstractMBeanCounter() protected méthode

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
Résultat System

GetAttributeValue() protected abstract méthode

Retrieve the value of the attribute with the given name for this counter.
protected abstract GetAttributeValue ( string attribute ) : object
attribute string Name of the attribute to sample.
Résultat object

Sample() public méthode

Sample this counter.
public Sample ( ) : ICounterSample
Résultat ICounterSample

ToString() public méthode

public ToString ( ) : string
Résultat string