[jboss-user] [Beginners Corner] - Re: Common Beans???
kaobe
do-not-reply at jboss.com
Mon Nov 27 10:42:48 EST 2006
Hi,
you could use the Scheduler MBean to schedule a little module that gets this data and puts it in the JBoss Cache. Information on how to do this is offered in the JBoss documentation. From your System code you could then lookup the cache and get the information you need. If you don't like using the scheduler, you could even do it the first time the information is needed and populate the cache with your information. Following calls would just have to lookup the cache and get the information.
Peter
View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3988925#3988925
Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3988925
More information about the jboss-user
mailing list