MBeans are standard objects following the JMX specification - so there really 
is nothing JBoss specific about them.  Yes, WebLogic uses MBeans, too.

If you write plain vanilla MBeans (that is, if you don't use JBoss-specific 
MBean support classes, like ServiceMBean - they can be "standard", "dynamic", 
"ModelMBean" or "OpenMBean" doesn't matter, so long as they conform to the JMX 
spec) you surely can take your MBean and deploy it both in JBoss or WebLogic 
or, for that matter, ANY piece of software that exposes an MBeanServer (you 
could create your own MBeanServer if you want!).

However, JBoss provides nice MBean support classes - they assist you in writing 
MBeans that plug into the lifetime management mechanism that JBoss uses when 
starting and stopping.  See ServiceMBeanSupport for more information (for 
example, see the start() and stop() methods).

View the original post : 
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3862163#3862163

Reply to the post : 
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3862163


-------------------------------------------------------
The SF.Net email is sponsored by: Beat the post-holiday blues
Get a FREE limited edition SourceForge.net t-shirt from ThinkGeek.
It's fun and FREE -- well, almost....http://www.thinkgeek.com/sfshirt
_______________________________________________
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user

Reply via email to