File APIs for Java Developers
Manipulate DOC, XLS, PPT, PDF and many others from your application.
http://aspose.com/file-tools
The moose likes Java in General and the fly likes question about JMX Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login


Win a copy of The Mikado Method this week in the Agile and other Processes forum!
JavaRanch » Java Forums » Java » Java in General
Reply Bookmark "question about JMX" Watch "question about JMX" New topic
Author

question about JMX

haifeng zhou
Greenhorn

Joined: Oct 30, 2009
Posts: 13
a client invoke server mbean,
at the same time the another client invoke the same mbean
is there any problem??
Ulf Dittmer
Marshal

Joined: Mar 22, 2005
Posts: 35241
    
    7
Not as long as they're both doing read access. If the clients alter state in the MBean, then the usual concurrency precautions need to be taken, like synchronization.


Android appsImageJ pluginsJava web charts
 
I agree. Here's the link: http://aspose.com/file-tools
 
subject: question about JMX
 
Similar Threads
About MBean
JMX + RMIConnector
mbeans and class loaders
Tutorials on MBean
How to reuse the MBean (JMX)