Thread: [Mc4j-cvs] mc4j/application/dashboards/hibernate Hibernate_EntitiesTable.xml,1.2,1.3 Hibernate_Overv
Brought to you by:
ghinkl
From: Greg H. <gh...@us...> - 2006-04-19 03:37:43
|
Update of /cvsroot/mc4j/mc4j/application/dashboards/hibernate In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv7590/application/dashboards/hibernate Modified Files: Hibernate_EntitiesTable.xml Hibernate_Overview.xml Hibernate_QueriesTable.xml Log Message: Rewrote the table model Index: Hibernate_QueriesTable.xml =================================================================== RCS file: /cvsroot/mc4j/mc4j/application/dashboards/hibernate/Hibernate_QueriesTable.xml,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -d -r1.2 -r1.3 *** Hibernate_QueriesTable.xml 12 Apr 2006 19:14:11 -0000 1.2 --- Hibernate_QueriesTable.xml 19 Apr 2006 03:37:39 -0000 1.3 *************** *** 19,43 **** <Component type="org.mc4j.console.dashboard.components.OperationResultTableComponent"> - <Attribute name="bean" value="StatisticsBean"/> <Constraint type="BorderConstraints" direction="CENTER"/> <Attribute name="background" value="'0xFFFFFF'"/> - <Attribute name="preferredSize" value="100,100"/> ! <Attribute name="operationName" value="'getQueryStatistics'"/> ! <Attribute name="attributeKeyListName" value="'Queries'"/> <Attribute name="keyLabel" value="'Query'"/> ! <Attribute name="AttributeName" value="'KEY'"/> ! <Attribute name="AttributeName" value="'executionCount'"/> ! <Attribute name="AttributeName" value="'cacheHitCount'"/> ! <Attribute name="AttributeName" value="'cachePutCount'"/> ! <Attribute name="AttributeName" value="'cacheMissCount'"/> ! <Attribute name="AttributeName" value="'executionRowCount'"/> ! <Attribute name="AttributeName" value="'executionAvgTime'"/> ! <Attribute name="AttributeName" value="'executionMaxTime'"/> ! <Attribute name="AttributeName" value="'executionMinTime'"/> </Component> --- 19,41 ---- <Component type="org.mc4j.console.dashboard.components.OperationResultTableComponent"> <Constraint type="BorderConstraints" direction="CENTER"/> <Attribute name="background" value="'0xFFFFFF'"/> ! <Attribute name="operation" value="#StatisticsBean.getOperation('getQueryStatistics')"/> ! <Attribute name="keyAttribute" value="#StatisticsBean.getAttribute('Queries')"/> <Attribute name="keyLabel" value="'Query'"/> ! <Attribute name="fieldName" value="'KEY'"/> ! <Attribute name="fieldName" value="'executionCount'"/> ! <Attribute name="fieldName" value="'cacheHitCount'"/> ! <Attribute name="fieldName" value="'cachePutCount'"/> ! <Attribute name="fieldName" value="'cacheMissCount'"/> ! <Attribute name="fieldName" value="'executionRowCount'"/> ! <Attribute name="fieldName" value="'executionAvgTime'"/> ! <Attribute name="fieldName" value="'executionMaxTime'"/> ! <Attribute name="fieldName" value="'executionMinTime'"/> </Component> Index: Hibernate_EntitiesTable.xml =================================================================== RCS file: /cvsroot/mc4j/mc4j/application/dashboards/hibernate/Hibernate_EntitiesTable.xml,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -d -r1.2 -r1.3 *** Hibernate_EntitiesTable.xml 12 Apr 2006 19:14:11 -0000 1.2 --- Hibernate_EntitiesTable.xml 19 Apr 2006 03:37:39 -0000 1.3 *************** *** 17,38 **** <Component type="org.mc4j.console.dashboard.components.OperationResultTableComponent"> - <Attribute name="bean" value="StatisticsBean"/> <Constraint type="BorderConstraints" direction="CENTER"/> <Attribute name="background" value="'0xFFFFFF'"/> - <Attribute name="preferredSize" value="100,100"/> ! <Attribute name="operationName" value="'getEntityStatistics'"/> ! <Attribute name="attributeKeyListName" value="'EntityNames'"/> <Attribute name="keyLabel" value="'Entity'"/> ! <Attribute name="AttributeName" value="'KEY'"/> ! <Attribute name="AttributeName" value="'fetchCount'"/> ! <Attribute name="AttributeName" value="'t'"/> ! <Attribute name="AttributeName" value="'insertCount'"/> ! <Attribute name="AttributeName" value="'updateCount'"/> ! <Attribute name="AttributeName" value="'deleteCount'"/> </Component> --- 17,36 ---- <Component type="org.mc4j.console.dashboard.components.OperationResultTableComponent"> <Constraint type="BorderConstraints" direction="CENTER"/> <Attribute name="background" value="'0xFFFFFF'"/> ! <Attribute name="operation" value="#StatisticsBean.getOperation('getEntityStatistics')"/> ! <Attribute name="keyAttribute" value="#StatisticsBean.getAttribute('EntityNames')"/> <Attribute name="keyLabel" value="'Entity'"/> ! <Attribute name="fieldName" value="'KEY'"/> ! <Attribute name="fieldName" value="'fetchCount'"/> ! <Attribute name="fieldName" value="'loadCount'"/> ! <Attribute name="fieldName" value="'insertCount'"/> ! <Attribute name="fieldName" value="'updateCount'"/> ! <Attribute name="fieldName" value="'deleteCount'"/> </Component> Index: Hibernate_Overview.xml =================================================================== RCS file: /cvsroot/mc4j/mc4j/application/dashboards/hibernate/Hibernate_Overview.xml,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -d -r1.2 -r1.3 *** Hibernate_Overview.xml 12 Apr 2006 19:14:11 -0000 1.2 --- Hibernate_Overview.xml 19 Apr 2006 03:37:39 -0000 1.3 *************** *** 55,61 **** <table width="100%"> <tr> ! <td class="sectionHeader" colspan="2" align="right">Entity Totals</td> ! <td class="sectionHeader" colspan="2" align="right">Collection Totals</td> ! <td class="sectionHeader" colspan="2" align="right">Query Totals</td> </tr> <tr> --- 55,61 ---- <table width="100%"> <tr> ! <td class="sectionHeader" colspan="2" align="left"><h3>Entity Totals</h3></td> ! <td class="sectionHeader" colspan="2" align="left"><h3>Collection Totals</h3></td> ! <td class="sectionHeader" colspan="2" align="left"><h3>Query Totals</h3></td> </tr> <tr> |