• Post Reply Bookmark Topic Watch Topic
  • New Topic
programming forums Java Mobile Certification Databases Caching Books Engineering Micro Controllers OS Languages Paradigms IDEs Build Tools Frameworks Application Servers Open Source This Site Careers Other Pie Elite all forums
this forum made possible by our volunteer staff, including ...
Marshals:
  • Campbell Ritchie
  • Jeanne Boyarsky
  • Ron McLeod
  • Paul Clapham
  • Liutauras Vilda
Sheriffs:
  • paul wheaton
  • Rob Spoor
  • Devaka Cooray
Saloon Keepers:
  • Stephan van Hulst
  • Tim Holloway
  • Carey Brown
  • Frits Walraven
  • Tim Moores
Bartenders:
  • Mikalai Zaikin

Help needed in ModelMBean descriptors

 
Ranch Hand
Posts: 109
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
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
 
Pradeep Kumar
Ranch Hand
Posts: 109
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
no reply yet :-(
 
Pradeep Kumar
Ranch Hand
Posts: 109
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
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.

reply
    Bookmark Topic Watch Topic
  • New Topic