JavaRanch » Java Forums »
Java »
Other JSE/JEE APIs
| Author |
Help needed in ModelMBean descriptors
|
Pradeep Kumar
Ranch Hand
Joined: Sep 08, 2006
Posts: 108
|
|
Hi ranchers,
I am learning JMX and executed a ModelMBean. I have specified a descriptor for the persisting to a file but when i change the value in the attribute through JConsole, it is not getting persisted into the file. Kindly find the below descriptors for persisting that I have mentioned.
The complete class file is as below
After running the above program I opened the jconsole and tried to change the values of the attributes. I wasn not getting the changes in the file mentioned in the descriptor.
Kindly provide me a solution for this.
Thanks and best regards,
Pradeep
|
Thanks and Regards, Pradeep Kumar
SCJP 1.6, SCWCD 5.0
|
 |
Pradeep Kumar
Ranch Hand
Joined: Sep 08, 2006
Posts: 108
|
|
|
no reply yet :-(
|
 |
Pradeep Kumar
Ranch Hand
Joined: Sep 08, 2006
Posts: 108
|
|
Hello ranchers. I am using ManagementFactory.getPlatformMBeanServer() as my MBeanServer and using JConsole for monitoring. I am not able to set the values for descriptors like persistLocation, persistName etx related to persistance. What is the value that i need to specify for the above descriptors. Please reply.
I am sending the refactored code for reference.
|
 |
 |
|
|
subject: Help needed in ModelMBean descriptors
|
|
|
|