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

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

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