aspose file tools
The moose likes JBoss and the fly likes mbean Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login


Win a copy of The Mikado Method this week in the Agile and other Processes forum!
JavaRanch » Java Forums » Products » JBoss
Reply Bookmark "mbean" Watch "mbean" New topic
Author

mbean

mark smith
Ranch Hand

Joined: Apr 05, 2005
Posts: 240
hi

is there a way to add many timer for a mbean?

example in a mbean, i have many method

for my method add, i would like to call this method every 2 sec
for my method less,i would like to call this method every 6 sec

are there a way to do that?

thanks
Deepa Datar
Greenhorn

Joined: Jan 31, 2003
Posts: 4
You can try the Jboss Scheduler MBean.

http://wiki.jboss.org/wiki/Wiki.jsp?page=Scheduler

You can configure this MBean to run periodically.

-Deepa Datar
 
I agree. Here's the link: http://ej-technologies/jprofiler - if it wasn't for jprofiler, we would need to run our stuff on 16 servers instead of 3.
 
subject: mbean
 
Similar Threads
Urgent threading issue
Accessing Custom MBean
notification in JMx
Adding http headers
Graphics without paint() method