[jboss-user] [Management, JMX/JBoss] - Re: using TargetModuleID

2006-12-05 Thread AlexGout
Hi, thanks for your suggestion. I looked at that solution, but my problem is, it is jboss specific. I prefer to not use appserver specific references in my code. Any other ideas? Regards, Alex View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3991200#3991200 R

[jboss-user] [Management, JMX/JBoss] - using TargetModuleID

2006-12-04 Thread AlexGout
Hi, Im posting this on this forum, because it's the best I could find. I want to get some Runtime information about the application server instance (it's name) my ear is deployed in. I concluded form the J2EE space that the TargetModuleID and Target interface are what I need. But I can't find