Package de.mhus.lib.core.jmx
Class JmxBoolean
- java.lang.Object
-
- de.mhus.lib.core.MLog
-
- de.mhus.lib.core.lang.MObject
-
- de.mhus.lib.core.jmx.JmxObject
-
- de.mhus.lib.core.jmx.MJmx
-
- de.mhus.lib.core.jmx.JmxBoolean
-
- All Implemented Interfaces:
ILog,JmxObjectMBean,MNlsProvider,Nls
public class JmxBoolean extends MJmx
-
-
Field Summary
-
Fields inherited from class de.mhus.lib.core.jmx.JmxObject
jmxFixName, jmxName, jmxPackage, jmxType
-
-
Constructor Summary
Constructors Constructor Description JmxBoolean(String name)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanisValue()JmxBooleansetValue(boolean value)StringtoString()-
Methods inherited from class de.mhus.lib.core.jmx.MJmx
jmxRegister
-
Methods inherited from class de.mhus.lib.core.jmx.JmxObject
createJmxObjectName, getJmxName, getJmxObjectName, getJmxPackage, getJmxType, isJmxFixName, isJmxRegistered, setJmxName, setJmxPackage, setJmxProxy, setJmxRegistered
-
-
-
-
Constructor Detail
-
JmxBoolean
public JmxBoolean(String name)
-
-
Method Detail
-
setValue
public JmxBoolean setValue(boolean value)
-
isValue
public boolean isValue()
-
-