TimesheetListController.java: JMX Monitoring


The following lines of code were added for JMX monitoring purposes:

import com.visualpatterns.timex.util. TimexJmxBean; ... private TimexJmxBean timexJmxBean; ...     timexJmxBean.setTimesheetsFetched(timexJmxBean.getTimesheetsFetched()             + timesheets.size()); ... public TimexJmxBean getTimexJmxBean() {     return timexJmxBean; } public void setTimexJmxBean(TimexJmxBean timexJmxBean) {     this.timexJmxBean = timexJmxBean; }




Agile Java Development with Spring, Hibernate and Eclipse
Agile Java Development with Spring, Hibernate and Eclipse
ISBN: 0672328968
EAN: 2147483647
Year: 2006
Pages: 219

flylib.com © 2008-2017.
If you may any questions please contact us: flylib@qtcs.net