I have written wrappers around some of our backend processors as mbeans. These 
mbeans extend jboss ServiceMBeanSupport. Therefore they inherit the start() and 
stop().
However, at deployment time, I don't want these mbeans to start. The users will 
control the start/stop of these mbeans through jmx-console.
If I do not extend ServiceMBeanSupport, and do not have start() stop() method 
names, then it will be OK. But I like ServiceMBeanSupport as it does a lot of 
state management for my mbean.

Is there any other way? Such as inside jboss-service.xml?

Thanks.

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

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


-------------------------------------------------------
SF email is sponsored by - The IT Product Guide
Read honest & candid reviews on hundreds of IT Products from real users.
Discover which products truly live up to the hype. Start reading now.
http://ads.osdn.com/?ad_id=6595&alloc_id=14396&op=click
_______________________________________________
JBoss-user mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/jboss-user

Reply via email to