[Mc4j-cvs] mc4j/application/dashboards BasicMBean.xml,1.5,1.6 Dashboard.dtd,1.2,1.3 RelationsGraph.x
Brought to you by:
ghinkl
Update of /cvsroot/mc4j/mc4j/application/dashboards In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv19835/application/dashboards Modified Files: BasicMBean.xml Dashboard.dtd RelationsGraph.xml RelationsGraph2.xml Removed Files: Carbon_ServerInfo.xml JBoss_MQ_QueueTable.xml JBoss_MQ_TopicTable.xml JBoss_ServerInfoMBean.xml JBoss_ServerInfo_Memory.xml JBoss_System_Server_Control.xml JBoss_WebTable.xml JBoss_Web_Jetty.xml Weblogic_EJBPoolRuntimeTable.xml Weblogic_EJBTransactionRuntime.xml Weblogic_ExecuteQueue_Stats.xml Weblogic_ServletTable.xml Log Message: Updated for the new matching semantics and dashboard specs. Reorganized. Index: BasicMBean.xml =================================================================== RCS file: /cvsroot/mc4j/mc4j/application/dashboards/BasicMBean.xml,v retrieving revision 1.5 retrieving revision 1.6 diff -C2 -d -r1.5 -r1.6 *** BasicMBean.xml 2 Apr 2004 02:55:04 -0000 1.5 --- BasicMBean.xml 7 Apr 2004 03:20:25 -0000 1.6 *************** *** 1,3 **** --- 1,4 ---- <?xml version="1.0" encoding="UTF-8"?> + <!DOCTYPE Dashboard SYSTEM "Dashboard.dtd"> <!-- *************** *** 9,19 **** --> ! <DashBoard version="1.0" name="Basic MBean View" nameFilter=".*"> ! <DisplayName>Basic MBean View</DisplayName> <Description>Displays general information about any MBean in the system.</Description> ! ! ! <Context name="Match" type="java.lang.String" value="jboss.system:type=ServerInfo"/> ! <LayoutManager type="java.awt.BorderLayout"/> --- 10,23 ---- --> ! <Dashboard version="1.0" name="Basic MBean View"> <Description>Displays general information about any MBean in the system.</Description> ! ! <DashboardMatch type="Bean"> ! <BeanMatch id="BeanNode" type="Single"> ! <Condition type="BeanObjectNameCondition" filter=".*"/> ! </BeanMatch> ! </DashboardMatch> ! ! <LayoutManager type="java.awt.BorderLayout"/> *************** *** 89,92 **** --- 93,97 ---- <Content> <Component type="org.mc4j.console.dashboard.components.AttributeTreeTableExplorer"> + <Attribute name="beanNode" value="BeanNode"/> <Constraint type="BorderConstraints" direction="CENTER"/> <Border type="javax.swing.border.LineBorder" color="(Literal)0x444444" thickness="(Literal)1"/> *************** *** 104,107 **** --- 109,113 ---- <Content> <Component type="org.mc4j.console.dashboard.components.OperationListComponent"> + <Attribute name="beanNode" value="BeanNode"/> <Attribute name="format" value="(Literal)FULL_FORMAT"/> </Component> *************** *** 153,155 **** </Content> ! </DashBoard> --- 159,161 ---- </Content> ! </Dashboard> --- JBoss_System_Server_Control.xml DELETED --- --- JBoss_ServerInfoMBean.xml DELETED --- --- JBoss_ServerInfo_Memory.xml DELETED --- --- JBoss_Web_Jetty.xml DELETED --- --- Carbon_ServerInfo.xml DELETED --- --- JBoss_WebTable.xml DELETED --- --- Weblogic_EJBTransactionRuntime.xml DELETED --- --- JBoss_MQ_QueueTable.xml DELETED --- Index: RelationsGraph.xml =================================================================== RCS file: /cvsroot/mc4j/mc4j/application/dashboards/RelationsGraph.xml,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -d -r1.2 -r1.3 *** RelationsGraph.xml 25 Feb 2004 19:47:32 -0000 1.2 --- RelationsGraph.xml 7 Apr 2004 03:20:25 -0000 1.3 *************** *** 1,3 **** --- 1,4 ---- <?xml version="1.0" encoding="UTF-8"?> + <!DOCTYPE Dashboard SYSTEM "Dashboard.dtd"> <!-- *************** *** 9,18 **** --> ! <DashBoard version="1.0" name="Relations Graph" nameFilter="name=RelationService" isGlobal="false"> <Description>Displays a graph of the relations in the system.</Description> ! ! ! <Context name="Match" type="java.lang.String" value="jboss.system:type=ServerInfo"/> ! <LayoutManager type="java.awt.BorderLayout"/> --- 10,22 ---- --> ! <Dashboard version="1.0" name="Relations Graph"> <Description>Displays a graph of the relations in the system.</Description> ! ! <DashboardMatch type="Bean"> ! <BeanMatch id="RelationServiceBean" type="Single"> ! <Condition type="BeanObjectNameCondition" filter="name=RelationService"/> ! </BeanMatch> ! </DashboardMatch> ! <LayoutManager type="java.awt.BorderLayout"/> *************** *** 50,53 **** --- 54,58 ---- <Content> <Component type="org.mc4j.console.dashboard.components.RelationsGraphComponent"> + <Attribute name="beanNode" value="RelationServiceBean"/> <Attribute name="background" value="(Literal)0xFFFFFF"/> *************** *** 59,61 **** </Content> ! </DashBoard> --- 64,66 ---- </Content> ! </Dashboard> --- Weblogic_EJBPoolRuntimeTable.xml DELETED --- Index: Dashboard.dtd =================================================================== RCS file: /cvsroot/mc4j/mc4j/application/dashboards/Dashboard.dtd,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -d -r1.2 -r1.3 *** Dashboard.dtd 6 Apr 2004 19:48:24 -0000 1.2 --- Dashboard.dtd 7 Apr 2004 03:20:25 -0000 1.3 *************** *** 1,3 **** ! <!ELEMENT Dashboard (#PCDATA | DashboardMatch | DisplayName | Description | Context | LayoutManager | Content)*> <!ATTLIST Dashboard version CDATA #REQUIRED> <!ATTLIST Dashboard name CDATA #REQUIRED> --- 1,3 ---- ! <!ELEMENT Dashboard (#PCDATA | DashboardMatch | Description | Context | LayoutManager | Content)*> <!ATTLIST Dashboard version CDATA #REQUIRED> <!ATTLIST Dashboard name CDATA #REQUIRED> *************** *** 22,30 **** <!ATTLIST Context type CDATA #IMPLIED> <!ATTLIST Context value CDATA #IMPLIED> - <!ELEMENT DisplayName (#PCDATA)> <!ELEMENT Attribute (#PCDATA | Component)*> <!ATTLIST Attribute name CDATA #REQUIRED> ! <!ATTLIST Attribute value CDATA #REQUIRED> <!ELEMENT Description (#PCDATA)> --- 22,30 ---- <!ATTLIST Context type CDATA #IMPLIED> <!ATTLIST Context value CDATA #IMPLIED> <!ELEMENT Attribute (#PCDATA | Component)*> <!ATTLIST Attribute name CDATA #REQUIRED> ! <!ATTLIST Attribute value CDATA #IMPLIED> ! <!ELEMENT Description (#PCDATA)> *************** *** 42,46 **** <!ATTLIST Constraint fill CDATA #IMPLIED> <!ATTLIST Constraint insets CDATA #IMPLIED> ! <!ATTLIST Constraint type CDATA #IMPLIED> <!ATTLIST Constraint direction CDATA #IMPLIED> --- 42,46 ---- <!ATTLIST Constraint fill CDATA #IMPLIED> <!ATTLIST Constraint insets CDATA #IMPLIED> ! <!ATTLIST Constraint type CDATA #REQUIRED> <!ATTLIST Constraint direction CDATA #IMPLIED> *************** *** 52,55 **** --- 52,59 ---- <!ELEMENT Content (#PCDATA | Component)*> + <!ELEMENT Border (#PCDATA | Attribute)*> <!ATTLIST Border type CDATA #REQUIRED> + <!ATTLIST Border color CDATA #IMPLIED> + <!ATTLIST Border thickness CDATA #IMPLIED> + --- JBoss_MQ_TopicTable.xml DELETED --- --- Weblogic_ServletTable.xml DELETED --- Index: RelationsGraph2.xml =================================================================== RCS file: /cvsroot/mc4j/mc4j/application/dashboards/RelationsGraph2.xml,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -d -r1.2 -r1.3 *** RelationsGraph2.xml 25 Feb 2004 19:47:32 -0000 1.2 --- RelationsGraph2.xml 7 Apr 2004 03:20:25 -0000 1.3 *************** *** 1,3 **** --- 1,4 ---- <?xml version="1.0" encoding="UTF-8"?> + <!DOCTYPE Dashboard SYSTEM "Dashboard.dtd"> <!-- *************** *** 9,18 **** --> ! <DashBoard version="1.0" name="Relations Graph2" nameFilter="name=RelationService" isGlobal="false"> <Description>Displays a graph of the relations in the system.</Description> ! ! <Context name="Match" type="java.lang.String" value="jboss.system:type=ServerInfo"/> ! <LayoutManager type="java.awt.BorderLayout"/> --- 10,21 ---- --> ! <Dashboard version="1.0" name="Relations Graph2" > <Description>Displays a graph of the relations in the system.</Description> ! <DashboardMatch type="Bean"> ! <BeanMatch id="RelationServiceBean" type="Single"> ! <Condition type="BeanObjectNameCondition" filter="name=RelationService"/> ! </BeanMatch> ! </DashboardMatch> <LayoutManager type="java.awt.BorderLayout"/> *************** *** 46,49 **** --- 49,53 ---- <Component type="org.mc4j.console.dashboard.components.RelationsGraphComponent4"> + <Attribute name="beanNode" value="RelationServiceBean"/> <Constraint type="BorderConstraints" direction="CENTER"/> <Attribute name="background" value="(Literal)0xFFFFFF"/> *************** *** 55,57 **** </Content> ! </DashBoard> --- 59,61 ---- </Content> ! </Dashboard> --- Weblogic_ExecuteQueue_Stats.xml DELETED --- |