org.jboss.test.jmx.compliance.monitor.support
Class CounterSupport
java.lang.Object
org.jboss.test.jmx.compliance.monitor.support.MonitorSupport
org.jboss.test.jmx.compliance.monitor.support.CounterSupport
- All Implemented Interfaces:
- CounterSupportMBean
- public class CounterSupport
- extends MonitorSupport
- implements CounterSupportMBean
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
CounterSupport
public CounterSupport()
getValue
public Number getValue()
- Specified by:
getValue
in interface CounterSupportMBean
setValue
public void setValue(Number value)
- Specified by:
setValue
in interface CounterSupportMBean
getWrongNull
public Number getWrongNull()
- Specified by:
getWrongNull
in interface CounterSupportMBean
getWrongType
public String getWrongType()
- Specified by:
getWrongType
in interface CounterSupportMBean
getWrongException
public Number getWrongException()
- Specified by:
getWrongException
in interface CounterSupportMBean
setWriteOnly
public void setWriteOnly(Number value)
- Specified by:
setWriteOnly
in interface CounterSupportMBean
Copyright © 2002 JBoss Group, LLC. All Rights Reserved.