C# 클래스 TabMon.Counters.MBean.AbstractMBeanCounter

상속: ICounter
파일 보기 프로젝트 열기: tableau/TabMon

공개 메소드들

메소드 설명
Sample ( ) : ICounterSample

Sample this counter.

ToString ( ) : string

보호된 메소드들

메소드 설명
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.

메소드 상세

AbstractMBeanCounter() 보호된 메소드

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
리턴 System

GetAttributeValue() 보호된 추상적인 메소드

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.
리턴 object

Sample() 공개 메소드

Sample this counter.
public Sample ( ) : ICounterSample
리턴 ICounterSample

ToString() 공개 메소드

public ToString ( ) : string
리턴 string