|
From: Keith D. <ke...@in...> - 2005-06-27 22:27:20
|
I'm in the process of building in jmx manageability to webflow - specifically adding global flow statistics capability as well as the ability to monitor individual flow executions. I was wondering how Spring JMX could best help me here. Right now I have a "StatisticsService" which takes a FlowExecutionManager (the entry point for managing all flows of the app, and for attaching listeners). When the stats service is initialized, I'm thinking it should do its own registration of a global statistics mbean, and deregistering on shtutdown. It'll also attach a stats listener, which will register new mbeans for flow executions that are spawned and clean them up when they're shut down. In essence, I think what I could use is some JMXTemplate type stuff - to help with mbean registration/deregistration in a MBeanServer. What do you think? Keith -- Keith Donald Interface21 Principal Consultant http://www.springframework.com <http://www.springframework.com/> |