Can anybody help with this issue?
We have abstract class:
public abstract class JMXDevice extends ServiceMBeanSupport implements
DeviceMBean
{
.....
startService()
{
...
}
stopService()
{
}
...}
And we have a few services that derived from this abstract class.
They are not in descriptor and created by using
MBeanServer.createMBean.
We didn't used before start, stop. Now we desided to implement them.
For whatever reason jboss doesn't call them.
Thanks in advance.
David
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4112411#4112411
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4112411
_______________________________________________
jboss-user mailing list
[email protected]
https://lists.jboss.org/mailman/listinfo/jboss-user