Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > comp.lang.java.programmer > #15818
| From | ratornado@gmail.com |
|---|---|
| Newsgroups | comp.lang.java.programmer |
| Subject | Re: Registering MBeans in a central MBeanServer |
| Date | 2012-07-05 04:17 -0700 |
| Organization | http://groups.google.com |
| Message-ID | <e8205d8f-90b1-408b-8ab7-55c93d50da6b@googlegroups.com> (permalink) |
| References | <jn8up9$122$1@news.albasani.net> |
Hi Im also stuck with a problem of registering the mbeans in central mbeanserver.however i think that my problem is not too complex. Earlier i used to use my local mbeanserver, and thus used registermbean to register my object, but now i have to use creatembean, which uses classname as a parameter.now im trying to save an array in my mbean object, but as it is accepting class name as its parameter the array wont show up on jconsole. Plz Help.
Back to comp.lang.java.programmer | Previous | Next — Previous in thread | Find similar | Unroll thread
Registering MBeans in a central MBeanServer Sebastian <sebastian@undisclosed.invalid> - 2012-04-25 15:38 +0200
Re: Registering MBeans in a central MBeanServer Sebastian <sebastian@undisclosed.invalid> - 2012-04-30 16:05 +0200
Re: Registering MBeans in a central MBeanServer Arved Sandstrom <asandstrom3minus1@eastlink.ca> - 2012-05-01 10:37 -0300
Re: Registering MBeans in a central MBeanServer ratornado@gmail.com - 2012-07-05 04:17 -0700
csiph-web