This content has been marked as final. 
    
Show                 2 replies
    
- 
        1. Re: How to stop Jboss Schedular programaticallyjaikiran Nov 3, 2006 7:36 AM (in response to harshi2003)You can do the same programatically by getting hold of the Scheduler MBean and invoke the method on that. Here's an example of how to invoke method on a MBean whose ObjectName you know: 
 http://wiki.jboss.org/wiki/Wiki.jsp?page=HowDoIGetRemoteAccessToMyMBean
- 
        2. Re: How to stop Jboss Schedular programaticallyharshi2003 Nov 5, 2006 11:07 PM (in response to harshi2003)Thank you very much :) 
 
    