[Mc4j-cvs] mc4j/application/dashboards/chires Chires_JDBCQueryStats.xml,1.2,1.3 Chires_Profiler.xml,
Brought to you by:
ghinkl
From: Greg H. <gh...@us...> - 2006-04-12 19:14:34
|
Update of /cvsroot/mc4j/mc4j/application/dashboards/chires In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv20162/application/dashboards/chires Modified Files: Chires_JDBCQueryStats.xml Chires_Profiler.xml Log Message: Merging EMS into head for the 2.0 release work Index: Chires_JDBCQueryStats.xml =================================================================== RCS file: /cvsroot/mc4j/mc4j/application/dashboards/chires/Chires_JDBCQueryStats.xml,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -d -r1.2 -r1.3 *** Chires_JDBCQueryStats.xml 19 Jan 2005 14:17:02 -0000 1.2 --- Chires_JDBCQueryStats.xml 12 Apr 2006 19:13:57 -0000 1.3 *************** *** 1,6 **** <?xml version="1.0" encoding="UTF-8"?> ! <!DOCTYPE Dashboard PUBLIC "-//MC4J//DTD Dashboard 1.0//EN" "http://mc4j.sourceforge.net/Dashboard_1_0.dtd"> ! <Dashboard version="1.0" name="JDBC Queries"> <Description>This dashboard shows the statistics of JDBC calls through connection to Chires.</Description> --- 1,6 ---- <?xml version="1.0" encoding="UTF-8"?> ! <!DOCTYPE Dashboard PUBLIC "-//MC4J//DTD Dashboard 2.0//EN" "http://mc4j.org/Dashboard_2_0.dtd"> ! <Dashboard version="2.0" name="JDBC Queries" standardHeader="true" refreshControl="true"> <Description>This dashboard shows the statistics of JDBC calls through connection to Chires.</Description> *************** *** 8,12 **** <DashboardMatch type="Global" location="/Chires/JDBC"> <BeanMatch id="JDBCModel" type="Single"> ! <Condition type="BeanObjectNameCondition" filter="Chires.*type=JDBCModel.*"/> </BeanMatch> </DashboardMatch> --- 8,12 ---- <DashboardMatch type="Global" location="/Chires/JDBC"> <BeanMatch id="JDBCModel" type="Single"> ! <Condition type="BeanObjectNameRegexCondition" filter="Chires.*type=JDBCModel.*"/> </BeanMatch> </DashboardMatch> *************** *** 15,57 **** <Content> - <!-- *** The header section displays title and a refresh control *** --> - <Component type="javax.swing.JPanel"> - <Constraint type="BorderConstraints" direction="NORTH"/> - <LayoutManager type="java.awt.BorderLayout"/> - <Border type="javax.swing.border.EmptyBorder" top="(Literal)2" left="(Literal)5" bottom="(Literal)2" right="(Literal)5"/> - <Content> - <Component type="javax.swing.JPanel"> - <Constraint type="BorderConstraints" direction="CENTER"/> - <LayoutManager type="java.awt.BorderLayout"/> - <Content> - <Component type="javax.swing.JLabel" id="titleLable"> - <Constraint type="BorderConstraints" direction="CENTER"/> - <Attribute name="text" value="DashboardName"/> - <Attribute name="font" value="(Literal)SansSerif bold 20"/> - <Attribute name="foreground" value="(Literal)0x666666"/> - </Component> - <Component type="javax.swing.JTextArea"> - <Constraint type="BorderConstraints" direction="SOUTH"/> - <Attribute name="text" value="DashboardDescription"/> - <Attribute name="font" value="(Literal)DialogInput bold 14"/> - <Attribute name="opaque" value="(Literal)false"/> - <Attribute name="editable" value="(Literal)false"/> - </Component> - </Content> - </Component> - <Component type="org.mc4j.console.dashboard.components.RefreshControlComponent"> - <Constraint type="BorderConstraints" direction="EAST"/> - <Attribute name="refreshDelay" value="(Literal)5000"/> - </Component> - </Content> - </Component> <Component type="org.mc4j.chires.components.JDBCQueryTableComponent"> ! <Attribute name="beanNode" value="JDBCModel"/> <Constraint type="BorderConstraints" direction="CENTER"/> ! <Attribute name="background" value="(Literal)0xFFFFFF"/> <Attribute name="preferredSize" value="100,100"/> --- 15,26 ---- <Content> <Component type="org.mc4j.chires.components.JDBCQueryTableComponent"> ! <Attribute name="bean" value="#JDBCModel"/> <Constraint type="BorderConstraints" direction="CENTER"/> ! <Attribute name="background" value="'0xFFFFFF'"/> <Attribute name="preferredSize" value="100,100"/> Index: Chires_Profiler.xml =================================================================== RCS file: /cvsroot/mc4j/mc4j/application/dashboards/chires/Chires_Profiler.xml,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** Chires_Profiler.xml 19 Jan 2005 14:17:02 -0000 1.1 --- Chires_Profiler.xml 12 Apr 2006 19:13:57 -0000 1.2 *************** *** 1,6 **** <?xml version="1.0" encoding="UTF-8"?> ! <!DOCTYPE Dashboard PUBLIC "-//MC4J//DTD Dashboard 1.0//EN" "http://mc4j.sourceforge.net/Dashboard_1_0.dtd"> ! <Dashboard version="1.0" name="Chires Profiler"> <Description>The Chires Profiler view.</Description> --- 1,6 ---- <?xml version="1.0" encoding="UTF-8"?> ! <!DOCTYPE Dashboard PUBLIC "-//MC4J//DTD Dashboard 2.0//EN" "http://mc4j.org/Dashboard_2_0.dtd"> ! <Dashboard version="2.0" name="Chires Profiler" standardHeader="true" refreshControl="true"> <Description>The Chires Profiler view.</Description> *************** *** 8,12 **** <DashboardMatch type="Global" location="/Chires/Profile"> <BeanMatch id="FlowModel" type="Single"> ! <Condition type="BeanObjectNameCondition" filter="Chires.*type=FlowModel.*"/> </BeanMatch> </DashboardMatch> --- 8,12 ---- <DashboardMatch type="Global" location="/Chires/Profile"> <BeanMatch id="FlowModel" type="Single"> ! <Condition type="BeanObjectNameRegexCondition" filter="Chires.*type=FlowModel.*"/> </BeanMatch> </DashboardMatch> *************** *** 15,57 **** <Content> - <!-- *** The header section displays title and a refresh control *** --> - <Component type="javax.swing.JPanel"> - <Constraint type="BorderConstraints" direction="NORTH"/> - <LayoutManager type="java.awt.BorderLayout"/> - <Border type="javax.swing.border.EmptyBorder" top="(Literal)2" left="(Literal)5" bottom="(Literal)2" right="(Literal)5"/> - <Content> - <Component type="javax.swing.JPanel"> - <Constraint type="BorderConstraints" direction="CENTER"/> - <LayoutManager type="java.awt.BorderLayout"/> - <Content> - <Component type="javax.swing.JLabel" id="titleLable"> - <Constraint type="BorderConstraints" direction="CENTER"/> - <Attribute name="text" value="DashboardName"/> - <Attribute name="font" value="(Literal)SansSerif bold 20"/> - <Attribute name="foreground" value="(Literal)0x666666"/> - </Component> - <Component type="javax.swing.JTextArea"> - <Constraint type="BorderConstraints" direction="SOUTH"/> - <Attribute name="text" value="DashboardDescription"/> - <Attribute name="font" value="(Literal)DialogInput bold 14"/> - <Attribute name="opaque" value="(Literal)false"/> - <Attribute name="editable" value="(Literal)false"/> - </Component> - </Content> - </Component> - <Component type="org.mc4j.console.dashboard.components.RefreshControlComponent"> - <Constraint type="BorderConstraints" direction="EAST"/> - <Attribute name="refreshDelay" value="(Literal)5000"/> - </Component> - </Content> - </Component> - <Component type="org.mc4j.chires.components.flow.ProfilerViewComponent"> ! <Attribute name="beanNode" value="FlowModel"/> <Constraint type="BorderConstraints" direction="CENTER"/> ! <Attribute name="background" value="(Literal)0xFFFFFF"/> </Component> --- 15,25 ---- <Content> <Component type="org.mc4j.chires.components.flow.ProfilerViewComponent"> ! <Attribute name="bean" value="#FlowModel"/> <Constraint type="BorderConstraints" direction="CENTER"/> ! <Attribute name="background" value="'0xFFFFFF'"/> </Component> |