JMX Components (Sample)
| Name | Description |
|---|---|
| MBeanA | Sample MBean A |
| MBeanA | SampleMBeanC has the same objectName as MBeanA, just to confuse you |
| MBeanB | Sample MBean A |
MBeanA
Sample MBean A
Attributes Name Description Type Writable SomeStuff Gets some stuff java.lang.String true Operations Name Description Signature doLongStuff Do long stuff java.util.Collection<java.lang.String> doLongStuff(java.lang.String x, int i) doMoreStuff Do more stuff int doMoreStuff(java.lang.String x, int i) doStuff Do some stuff void doStuff(java.lang.String x, int i)
MBeanA
SampleMBeanC has the same objectName as MBeanA, just to confuse you
Attributes Name Description Type Writable SomeStuff Gets some stuff java.lang.String true Operations Name Description Signature doLongStuff Do long stuff java.util.Collection<java.lang.String> doLongStuff(java.lang.String x, int i) doMoreStuff Do more stuff int doMoreStuff(java.lang.String x, int i) doStuff Do some stuff void doStuff(java.lang.String x, int i)
MBeanB
Sample MBean A
Attributes Name Description Type Writable FieldA A field java.lang.Integer true