open class ManagedAttribute : AbstractJmxAttribute
Metadata that indicates to expose a given bean property as JMX attribute. Only valid when used on a JavaBean getter or setter.
Author
Rob Harrop
Since
1.2
See Also
org.springframework.jmx.export.assembler.MetadataMBeanInfoAssemblerorg.springframework.jmx.export.MBeanExporter
ManagedAttribute()
Metadata that indicates to expose a given bean property as JMX attribute. Only valid when used on a JavaBean getter or setter. |
static val EMPTY: ManagedAttribute |
open fun getDefaultValue(): Any
Return the default value of this attribute. |
|
open fun getPersistPeriod(): Int |
|
open fun getPersistPolicy(): String |
|
open fun setDefaultValue(defaultValue: Any): Unit
Set the default value of this attribute. |
|
open fun setPersistPeriod(persistPeriod: Int): Unit |
|
open fun setPersistPolicy(persistPolicy: String): Unit |