[jboss-user] [Management, JMX/JBoss] - startService and stopService problem.
dvasily
do-not-reply at jboss.com
Wed Dec 12 19:05:42 EST 2007
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
More information about the jboss-user
mailing list