RE: [JBoss-dev] More Scheduler Stuff

2002-01-21 Thread Coetmeur, Alain
-Message d'origine- De: Andreas Schaefer [mailto:[EMAIL PROTECTED]] I will add now the feature to the Scheduler to call a MBean instead of a Schedulable class. This would need two new attributes: - setSchedulableMBean: JMX MBean name - setSchedulableMBeanMethod: method name and

[JBoss-dev] More Scheduler Stuff

2002-01-18 Thread Andreas Schaefer
Hi Geeks I will add now the feature to the Scheduler to call a MBean instead of a Schedulable class. This would need two new attributes: - setSchedulableMBean: JMX MBean name - setSchedulableMBeanMethod: method name and what attributes are to pass which can be: - 'Notification' the

Re: [JBoss-dev] More Scheduler Stuff

2002-01-18 Thread Corby Page
Thanks for your work, Andreas. As I understand the current behavior of the Scheduler MBean, each schedulable task (or schedulable mbean) will have its own entry in the JMX interface, which I can view from the HTML browser, for example. It would be cool if a scheduled MBean could use events to

[JBoss-dev] More Scheduler Stuff

2002-01-18 Thread Andreas Schaefer
Hi Geeks I just enabled the Scheduler to run with another MBean which is called on time. Please have a look at the jboss-service.xml as well as the JavaDoc of the classes. I will update the docu tomorrow. Have fun x Andreas Schaefer Senior Consultant JBoss Group, LLC

RE: [JBoss-dev] More Scheduler Stuff

2002-01-18 Thread Dain Sundstrom
Question: Shouldn't there be a declared dependency from Scheduler MBean to the Called MBean? -Original Message- From: Andreas Schaefer [mailto:[EMAIL PROTECTED]] Sent: Friday, January 18, 2002 12:52 PM To: [EMAIL PROTECTED] Subject: [JBoss-dev] More Scheduler Stuff Hi Geeks