I\'ve bean studying JMX for a while, but I\'m stuck. I have an application that exposes some functionality to remote clients via JMX, although existi开发者_如何学Gong security features may be suffic
I want to start/stop a deployment in weblogic 9 server. I prefer开发者_开发技巧 to use JMX to talk to a weblogic MBean. I already use this to start/stop a server, but I cannot find the MBean for start
Can anyone please clarify what the differences are between the two? The Javadoc is really obscu开发者_StackOverflowre for my proper understanding.
I\'m having some trubles with NotificationListener on JBoss. I\'m have a MBean on an JBoss, I can connet and call their methods. But when I\'m trying to add Notifications y get the next exception:
I want to access MemoryPool Mbeans through a java program so that I ca开发者_StackOverflow社区n retrieve the Eden Space, Perm Gen space, CodeCahe, Survior Space statistics during a period of time.
A couple of Relational DB tables are managed by a single object cache that resides in a process. When the cache is committed the tables are updated. The DB relational tables are updated by regular SQL
I\'m trying to write a small agent to control tomcat, and right now it looks like JMX is the best option for me. Using the manager http service I can see that there are all sorts of neat mbeans regist