Easiest thing to do is write an MBean
public class MyService extends org.jboss.system.ServiceMBeanSupport implements
MyServiceMBean
{
}
public interface MyServiceMBean extends org.jboss.system.ServiceMBean
{
}
Then it simply becomes a matter of overriding the methods you are interestings in (ie
create/start/stop)
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3987698#...
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&a...