| Author |
how to extract Bean ID in java for JMX
|
Deepak Angeshwar
Greenhorn
Joined: Aug 26, 2009
Posts: 3
|
|
All,
Is there a way to extract a Bean ID
once the list of beans has been passed to another bean
I have a JMXClient class, that takes a list of beans in its constructor
Beans are Bean1 & Bean2
JMX beans have a distinct object name that looks like
packagename:name<BeanID>,type=<classname>
e.g.
com:name=Bean1,type=ClassA
com:name=Bean2,type=ClassA
My JMXClient class constructs this object name and fetches the JMXBean from the server.
To construct this object name I need the Bean ID. Is there any way I can get hold of the Bean ID using Spring?
|
 |
 |
|
|
subject: how to extract Bean ID in java for JMX
|
|
|