| java.lang.Object | ||||
| ↳ | org.springframework.jmx.export.assembler.AbstractMBeanInfoAssembler | |||
| ↳ | org.springframework.jmx.export.assembler.AbstractReflectiveMBeanInfoAssembler | |||
| ↳ | org.springframework.jmx.export.assembler.AbstractConfigurableMBeanInfoAssembler | |||
| ↳ | org.springframework.jmx.export.assembler.SimpleReflectiveMBeanInfoAssembler | |||
Simple subclass of AbstractReflectiveMBeanInfoAssembler
that always votes yes for method and property inclusion, effectively exposing
all public methods and properties as operations and attributes.
|
[Expand]
Inherited Constants | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
From class
org.springframework.jmx.export.assembler.AbstractReflectiveMBeanInfoAssembler
| |||||||||||
| Public Constructors | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| Protected Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
Always returns
true. | |||||||||||
Always returns
true. | |||||||||||
Always returns
true. | |||||||||||
|
[Expand]
Inherited Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
From class
org.springframework.jmx.export.assembler.AbstractConfigurableMBeanInfoAssembler
| |||||||||||
From class
org.springframework.jmx.export.assembler.AbstractReflectiveMBeanInfoAssembler
| |||||||||||
From class
org.springframework.jmx.export.assembler.AbstractMBeanInfoAssembler
| |||||||||||
From class
java.lang.Object
| |||||||||||
From interface
org.springframework.jmx.export.assembler.MBeanInfoAssembler
| |||||||||||
Always returns true.
| method | the operation method |
|---|---|
| beanKey | the key associated with the MBean in the beans map
of the MBeanExporter |
Always returns true.
| method | the accessor Method |
|---|---|
| beanKey | the key associated with the MBean in the beans map
of the MBeanExporter |
true if the accessor should be included in the management interface,
otherwise false
Always returns true.
| method | the mutator Method. |
|---|---|
| beanKey | the key associated with the MBean in the beans map
of the MBeanExporter |
true if the mutator should be included in the management interface,
otherwise false