[jboss-user] [Management, JMX/JBoss] - Re: Register Schedulable events to the ScheduleManager Mbean

jaikiran do-not-reply at jboss.com
Mon Jul 31 08:37:53 EDT 2006


If i understand your question right, what you are looking for is a way to get control of the Scheduler MBean. If that's the case, then you will have to get hold of the MBeanServer first, as mentioned at:
  
http://wiki.jboss.org/wiki/Wiki.jsp?page=HowCanIGetAReferenceToTheMBeanServer

And once you get the MBeanServer, you can use any of the APIs provided by the MBeanServer:

http://java.sun.com/j2ee/1.4/docs/api/javax/management/MBeanServer.html

If you need information about the APIs provided by the SchedulerMBean in jboss, then here's the link:

http://docs.jboss.org/jbossas/javadoc/3.2.7/varia/org/jboss/varia/scheduler/SchedulerMBean.html



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

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



More information about the jboss-user mailing list