[Mc4j-cvs] mc4j/application/dashboards/weblogic Weblogic_Applications.xml,1.1,1.2 Weblogic_EJBTransa
Brought to you by:
ghinkl
Update of /cvsroot/mc4j/mc4j/application/dashboards/weblogic In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv20162/application/dashboards/weblogic Modified Files: Weblogic_EJBTransactionRuntime.xml Weblogic_ServletTable.xml Weblogic_EJBPoolRuntimeTable.xml Weblogic_ExecuteQueue_Stats.xml Added Files: Weblogic_Applications.xml Log Message: Merging EMS into head for the 2.0 release work --- NEW FILE: Weblogic_Applications.xml --- <?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="Applications"> <Description>Shows installed applications.</Description> <DashboardMatch type="Global" location="/Weblogic/"> <BeanMatch id="ApplicationList" type="Multiple"> <Condition type="BeanObjectNameRegexCondition" filter="Type=Application"/> </BeanMatch> </DashboardMatch> <LayoutManager type="java.awt.BorderLayout"/> <Content> <Component type="org.mc4j.console.dashboard.components.AttributeTablePopupComponent"> <Attribute name="beanList" value="ApplicationList"/> <Constraint type="BorderConstraints" direction="CENTER"/> <Attribute name="background" value="'0xFFFFFF'"/> <Attribute name="preferredSize" value="100,100"/> <Attribute name="AttributeName" value="'Name'"/> <Attribute name="AttributeName" value="'FullPath'"/> <Attribute name="AttributeName" value="'deploy'"/> <Attribute name="AttributeName" value="'undeploy'"/> </Component> </Content> </Dashboard> Index: Weblogic_EJBTransactionRuntime.xml =================================================================== RCS file: /cvsroot/mc4j/mc4j/application/dashboards/weblogic/Weblogic_EJBTransactionRuntime.xml,v retrieving revision 1.3 retrieving revision 1.4 diff -C2 -d -r1.3 -r1.4 *** Weblogic_EJBTransactionRuntime.xml 8 Apr 2004 21:38:27 -0000 1.3 --- Weblogic_EJBTransactionRuntime.xml 12 Apr 2006 19:13:58 -0000 1.4 *************** *** 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="EJB Transaction Statistics"> <Description>EJB transaction statistics.</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="EJB Transaction Statistics"> <Description>EJB transaction statistics.</Description> *************** *** 8,12 **** <DashboardMatch type="Global" location="/Weblogic/EJB"> <BeanMatch id="EJBTransactionRuntimeList" type="Multiple"> ! <Condition type="BeanObjectNameCondition" filter="Type=EJBTransactionRuntime"/> </BeanMatch> </DashboardMatch> --- 8,12 ---- <DashboardMatch type="Global" location="/Weblogic/EJB"> <BeanMatch id="EJBTransactionRuntimeList" type="Multiple"> ! <Condition type="BeanObjectNameRegexCondition" filter="Type=EJBTransactionRuntime"/> </BeanMatch> </DashboardMatch> *************** *** 15,49 **** <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)30000"/> ! </Component> ! </Content> ! </Component> --- 15,19 ---- <Content> ! *************** *** 52,64 **** <Constraint type="BorderConstraints" direction="CENTER"/> ! <Attribute name="background" value="(Literal)0xFFFFFF"/> <Attribute name="preferredSize" value="100,100"/> ! <Attribute name="AttributeName" value="(Literal)Location"/> ! <Attribute name="AttributeName" value="(Literal)Name"/> ! <Attribute name="AttributeName" value="(Literal)TransactionsCommittedTotalCount"/> ! <Attribute name="AttributeName" value="(Literal)TransactionsRolledBackTotalCount"/> ! <Attribute name="AttributeName" value="(Literal)TransactionsTimedOutTotalCount"/> </Component> --- 22,34 ---- <Constraint type="BorderConstraints" direction="CENTER"/> ! <Attribute name="background" value="'0xFFFFFF'"/> <Attribute name="preferredSize" value="100,100"/> ! <Attribute name="AttributeName" value="'Location'"/> ! <Attribute name="AttributeName" value="'Name'"/> ! <Attribute name="AttributeName" value="'TransactionsCommittedTotalCount'"/> ! <Attribute name="AttributeName" value="'TransactionsRolledBackTotalCount'"/> ! <Attribute name="AttributeName" value="'TransactionsTimedOutTotalCount'"/> </Component> Index: Weblogic_EJBPoolRuntimeTable.xml =================================================================== RCS file: /cvsroot/mc4j/mc4j/application/dashboards/weblogic/Weblogic_EJBPoolRuntimeTable.xml,v retrieving revision 1.3 retrieving revision 1.4 diff -C2 -d -r1.3 -r1.4 *** Weblogic_EJBPoolRuntimeTable.xml 8 Apr 2004 21:38:27 -0000 1.3 --- Weblogic_EJBPoolRuntimeTable.xml 12 Apr 2006 19:13:58 -0000 1.4 *************** *** 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="EJB Pool Runtime Statistics"> <Description>EJB pool object runtime statistics.</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="EJB Pool Runtime Statistics"> <Description>EJB pool object runtime statistics.</Description> *************** *** 8,12 **** <DashboardMatch type="Global" location="/Weblogic/EJB"> <BeanMatch id="EJBPoolRuntimeList" type="Multiple"> ! <Condition type="BeanObjectNameCondition" filter="Type=EJBPoolRuntime"/> </BeanMatch> </DashboardMatch> --- 8,12 ---- <DashboardMatch type="Global" location="/Weblogic/EJB"> <BeanMatch id="EJBPoolRuntimeList" type="Multiple"> ! <Condition type="BeanObjectNameRegexCondition" filter="Type=EJBPoolRuntime"/> </BeanMatch> </DashboardMatch> *************** *** 15,49 **** <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)30000"/> - </Component> - </Content> - </Component> --- 15,18 ---- *************** *** 52,72 **** <Constraint type="BorderConstraints" direction="CENTER"/> ! <Attribute name="background" value="(Literal)0xFFFFFF"/> <Attribute name="preferredSize" value="100,100"/> ! <Attribute name="AttributeName" value="(Literal)Location"/> ! <Attribute name="AttributeName" value="(Literal)Name"/> ! <Attribute name="AttributeName" value="(Literal)AccessTotalCount"/> ! <Attribute name="AttributeName" value="(Literal)BeansInUseCount"/> ! <Attribute name="AttributeName" value="(Literal)BeansInUseCurrentCount"/> ! <Attribute name="AttributeName" value="(Literal)CachingDisabled"/> ! <Attribute name="AttributeName" value="(Literal)DestroyedTotalCount"/> ! <Attribute name="AttributeName" value="(Literal)IdleBeansCount"/> ! <Attribute name="AttributeName" value="(Literal)MissTotalCount"/> ! <Attribute name="AttributeName" value="(Literal)PooledBeansCurrentCount"/> ! <Attribute name="AttributeName" value="(Literal)TimeoutTotalCount"/> ! <Attribute name="AttributeName" value="(Literal)WaiterCurrentCount"/> ! <Attribute name="AttributeName" value="(Literal)WaiterTotalCount"/> --- 21,41 ---- <Constraint type="BorderConstraints" direction="CENTER"/> ! <Attribute name="background" value="'0xFFFFFF'"/> <Attribute name="preferredSize" value="100,100"/> ! <Attribute name="AttributeName" value="'Location'"/> ! <Attribute name="AttributeName" value="'Name'"/> ! <Attribute name="AttributeName" value="'AccessTotalCount'"/> ! <Attribute name="AttributeName" value="'BeansInUseCount'"/> ! <Attribute name="AttributeName" value="'BeansInUseCurrentCount'"/> ! <Attribute name="AttributeName" value="'CachingDisabled'"/> ! <Attribute name="AttributeName" value="'DestroyedTotalCount'"/> ! <Attribute name="AttributeName" value="'IdleBeansCount'"/> ! <Attribute name="AttributeName" value="'MissTotalCount'"/> ! <Attribute name="AttributeName" value="'PooledBeansCurrentCount'"/> ! <Attribute name="AttributeName" value="'TimeoutTotalCount'"/> ! <Attribute name="AttributeName" value="'WaiterCurrentCount'"/> ! <Attribute name="AttributeName" value="'WaiterTotalCount'"/> Index: Weblogic_ServletTable.xml =================================================================== RCS file: /cvsroot/mc4j/mc4j/application/dashboards/weblogic/Weblogic_ServletTable.xml,v retrieving revision 1.3 retrieving revision 1.4 diff -C2 -d -r1.3 -r1.4 *** Weblogic_ServletTable.xml 8 Apr 2004 21:38:27 -0000 1.3 --- Weblogic_ServletTable.xml 12 Apr 2006 19:13:58 -0000 1.4 *************** *** 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="Servlet Statistics"> <Description>This dashboard shows the statistics of Weblogic Servlets.</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="Servlet Statistics"> <Description>This dashboard shows the statistics of Weblogic Servlets.</Description> *************** *** 8,12 **** <DashboardMatch type="Global" location="/Weblogic/Web"> <BeanMatch id="ServletRuntimeList" type="Multiple"> ! <Condition type="BeanObjectNameCondition" filter="Type=ServletRuntime"/> </BeanMatch> </DashboardMatch> --- 8,12 ---- <DashboardMatch type="Global" location="/Weblogic/Web"> <BeanMatch id="ServletRuntimeList" type="Multiple"> ! <Condition type="BeanObjectNameRegexCondition" filter="Type=ServletRuntime"/> </BeanMatch> </DashboardMatch> *************** *** 15,67 **** <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)30000"/> ! </Component> ! </Content> ! </Component> ! ! ! <Component type="org.mc4j.console.dashboard.components.AttributeTableComponent"> <Attribute name="beanList" value="ServletRuntimeList"/> <Constraint type="BorderConstraints" direction="CENTER"/> ! <Attribute name="background" value="(Literal)0xFFFFFF"/> <Attribute name="preferredSize" value="100,100"/> ! <Attribute name="AttributeName" value="(Literal)ServerRuntime"/> ! <Attribute name="AttributeName" value="(Literal)Name"/> ! <Attribute name="AttributeName" value="(Literal)ServletName"/> ! <Attribute name="AttributeName" value="(Literal)ExecutionTimeAverage"/> ! <Attribute name="AttributeName" value="(Literal)ExecutionTimeHigh"/> ! <Attribute name="AttributeName" value="(Literal)ExecutionTimeLow"/> ! <Attribute name="AttributeName" value="(Literal)ExecutionTimeTotal"/> ! <Attribute name="AttributeName" value="(Literal)InvocationTotalCount"/> </Component> --- 15,34 ---- <Content> ! <Component type="org.mc4j.console.dashboard.components.AttributeTablePopupComponent"> <Attribute name="beanList" value="ServletRuntimeList"/> <Constraint type="BorderConstraints" direction="CENTER"/> ! <Attribute name="background" value="'0xFFFFFF'"/> <Attribute name="preferredSize" value="100,100"/> ! <Attribute name="AttributeName" value="'ServerRuntime'"/> ! <Attribute name="AttributeName" value="'Name'"/> ! <Attribute name="AttributeName" value="'ServletName'"/> ! <Attribute name="AttributeName" value="'ExecutionTimeAverage'"/> ! <Attribute name="AttributeName" value="'h'"/> ! <Attribute name="AttributeName" value="'ExecutionTimeLow'"/> ! <Attribute name="AttributeName" value="'ExecutionTimeTotal'"/> ! <Attribute name="AttributeName" value="'InvocationTotalCount'"/> </Component> Index: Weblogic_ExecuteQueue_Stats.xml =================================================================== RCS file: /cvsroot/mc4j/mc4j/application/dashboards/weblogic/Weblogic_ExecuteQueue_Stats.xml,v retrieving revision 1.3 retrieving revision 1.4 diff -C2 -d -r1.3 -r1.4 *** Weblogic_ExecuteQueue_Stats.xml 8 Apr 2004 21:38:27 -0000 1.3 --- Weblogic_ExecuteQueue_Stats.xml 12 Apr 2006 19:13:58 -0000 1.4 *************** *** 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="Execute Queue Statistics"> <Description>This dashboard shows the statistics of a WebLogic Execute Queue.</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="Execute Queue Statistics" standardHeader="true" refreshControl="true"> <Description>This dashboard shows the statistics of a WebLogic Execute Queue.</Description> *************** *** 8,12 **** <DashboardMatch type="Global" location="/Weblogic/Web"> <BeanMatch id="ExecuteQueueRuntimeBean" type="Single"> ! <Condition type="BeanObjectNameCondition" filter="Type=ExecuteQueueRuntime"/> </BeanMatch> </DashboardMatch> --- 8,12 ---- <DashboardMatch type="Global" location="/Weblogic/Web"> <BeanMatch id="ExecuteQueueRuntimeBean" type="Single"> ! <Condition type="BeanObjectNameRegexCondition" filter="Type=ExecuteQueueRuntime"/> </BeanMatch> </DashboardMatch> *************** *** 15,54 **** <LayoutManager type="java.awt.BorderLayout"/> <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> ! </Content> ! </Component> ! <!-- *** Scroll pane of info *** --> <Component type="javax.swing.JScrollPane"> ! <Attribute name="background" value="(Literal)0xFFFFFF"/> <Content> <Component type="javax.swing.JPanel"> ! <Attribute name="background" value="(Literal)0xFFFFFF"/> <Constraint type="BorderConstraints" direction="CENTER"/> --- 15,26 ---- <LayoutManager type="java.awt.BorderLayout"/> <Content> ! <!-- *** Scroll pane of info *** --> <Component type="javax.swing.JScrollPane"> ! <Attribute name="background" value="'0xFFFFFF'"/> <Content> <Component type="javax.swing.JPanel"> ! <Attribute name="background" value="'0xFFFFFF'"/> <Constraint type="BorderConstraints" direction="CENTER"/> *************** *** 59,99 **** <Content> <Component type="org.mc4j.console.swing.SectionHolder"> ! <Attribute name="title" value="(Literal)Pending Requests"/> ! <Attribute name="background" value="(Literal)0xFFFFFF"/> <LayoutManager type="java.awt.GridLayout" rows="1" cols="1"/> <Content> <Component type="org.mc4j.console.dashboard.components.NumericAttributeGraph"> ! <Attribute name="beanNode" value="ExecuteQueueRuntimeBean"/> ! <Attribute name="preferredSize" value="(Literal)400,150"/> ! <Attribute name="attributeName" value="(Literal)PendingRequestCurrentCount"/> </Component> </Content> </Component> <Component type="org.mc4j.console.swing.SectionHolder"> ! <Attribute name="title" value="(Literal)Requests Information"/> ! <Attribute name="background" value="(Literal)0xFFFFFF"/> <LayoutManager type="java.awt.GridLayout" rows="1" cols="1"/> <Content> <Component type="org.mc4j.console.dashboard.components.NumericAttributeGraph"> ! <Attribute name="beanNode" value="ExecuteQueueRuntimeBean"/> ! <Attribute name="preferredSize" value="(Literal)400,150"/> ! <Attribute name="attributeName" value="(Literal)ServicedRequestTotalCount"/> </Component> </Content> </Component> <Component type="org.mc4j.console.swing.SectionHolder"> ! <Attribute name="title" value="(Literal)Requests Information"/> ! <Attribute name="background" value="(Literal)0xFFFFFF"/> <LayoutManager type="java.awt.GridLayout" rows="1" cols="1"/> <Content> <Component type="org.mc4j.console.dashboard.components.NumericAttributeGraph"> ! <Attribute name="beanNode" value="ExecuteQueueRuntimeBean"/> ! <Attribute name="preferredSize" value="(Literal)400,150"/> ! <Attribute name="attributeName" value="(Literal)ExecuteThreadCurrentIdleCount"/> </Component> </Content> </Component> <Component type="org.mc4j.console.dashboard.components.FillerComponent"> ! <Attribute name="type" value="(Literal)VERTICAL_GLUE_SHAPE"/> </Component> </Content> --- 31,71 ---- <Content> <Component type="org.mc4j.console.swing.SectionHolder"> ! <Attribute name="title" value="'Pending Requests'"/> ! <Attribute name="background" value="'0xFFFFFF'"/> <LayoutManager type="java.awt.GridLayout" rows="1" cols="1"/> <Content> <Component type="org.mc4j.console.dashboard.components.NumericAttributeGraph"> ! <Attribute name="bean" value="#ExecuteQueueRuntimeBean"/> ! <Attribute name="preferredSize" value="'400,150'"/> ! <Attribute name="attributeName" value="'PendingRequestCurrentCount'"/> </Component> </Content> </Component> <Component type="org.mc4j.console.swing.SectionHolder"> ! <Attribute name="title" value="'Requests Information'"/> ! <Attribute name="background" value="'0xFFFFFF'"/> <LayoutManager type="java.awt.GridLayout" rows="1" cols="1"/> <Content> <Component type="org.mc4j.console.dashboard.components.NumericAttributeGraph"> ! <Attribute name="bean" value="#ExecuteQueueRuntimeBean"/> ! <Attribute name="preferredSize" value="'400,150'"/> ! <Attribute name="attributeName" value="'ServicedRequestTotalCount'"/> </Component> </Content> </Component> <Component type="org.mc4j.console.swing.SectionHolder"> ! <Attribute name="title" value="'Requests Information'"/> ! <Attribute name="background" value="'0xFFFFFF'"/> <LayoutManager type="java.awt.GridLayout" rows="1" cols="1"/> <Content> <Component type="org.mc4j.console.dashboard.components.NumericAttributeGraph"> ! <Attribute name="bean" value="#ExecuteQueueRuntimeBean"/> ! <Attribute name="preferredSize" value="'400,150'"/> ! <Attribute name="attributeName" value="'ExecuteThreadCurrentIdleCount'"/> </Component> </Content> </Component> <Component type="org.mc4j.console.dashboard.components.FillerComponent"> ! <Attribute name="type" value="'VERTICAL_GLUE_SHAPE'"/> </Component> </Content> |