summaryrefslogtreecommitdiff
path: root/java/management/mc4j
diff options
context:
space:
mode:
authorBhupendra Bhusman Bhardwaj <bhupendrab@apache.org>2006-11-14 16:11:07 +0000
committerBhupendra Bhusman Bhardwaj <bhupendrab@apache.org>2006-11-14 16:11:07 +0000
commita2c787d6e266d804a6b673c5d4c207f2a16c1454 (patch)
tree940487398b20f3cbe3e74b1f0e1380d5e934b5f8 /java/management/mc4j
parente6b94f5d10a9c9cdb94b07320fa0d7f0ef233df8 (diff)
downloadqpid-python-a2c787d6e266d804a6b673c5d4c207f2a16c1454.tar.gz
QPID-93
These management modules are not in working order and not being used. These need to be removed. git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/trunk/qpid@474844 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'java/management/mc4j')
-rw-r--r--java/management/mc4j/qpid/BlazeConnections.xml87
-rw-r--r--java/management/mc4j/qpid/BlazeExchanges.xml84
-rw-r--r--java/management/mc4j/qpid/BlazeQueues.xml86
-rw-r--r--java/management/mc4j/qpid/BlazeSingleQueue.xml102
4 files changed, 0 insertions, 359 deletions
diff --git a/java/management/mc4j/qpid/BlazeConnections.xml b/java/management/mc4j/qpid/BlazeConnections.xml
deleted file mode 100644
index 04df3da513..0000000000
--- a/java/management/mc4j/qpid/BlazeConnections.xml
+++ /dev/null
@@ -1,87 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!--
- -
- - Licensed to the Apache Software Foundation (ASF) under one
- - or more contributor license agreements. See the NOTICE file
- - distributed with this work for additional information
- - regarding copyright ownership. The ASF licenses this file
- - to you under the Apache License, Version 2.0 (the
- - "License"); you may not use this file except in compliance
- - with the License. You may obtain a copy of the License at
- -
- - http://www.apache.org/licenses/LICENSE-2.0
- -
- - Unless required by applicable law or agreed to in writing,
- - software distributed under the License is distributed on an
- - "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
- - KIND, either express or implied. See the License for the
- - specific language governing permissions and limitations
- - under the License.
- -
- -->
-<!DOCTYPE Dashboard PUBLIC "-//MC4J//DTD Dashboard 1.0//EN" "http://mc4j.sourceforge.net/Dashboard_1_0.dtd">
-
-<Dashboard version="1.0" name="Qpid AMQ Connections Statistics">
-
- <Description>This dashboard shows the statistics of all Qpid Client Connections.</Description>
-
- <DashboardMatch type="Global" location="/Qpid/Connections">
- <BeanMatch id="ConnectionBeanList" type="Multiple">
- <Condition type="BeanObjectNameCondition" filter="type=Connection"/>
- </BeanMatch>
- </DashboardMatch>
-
- <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>
- <Component type="org.mc4j.console.dashboard.components.RefreshControlComponent">
- <Constraint type="BorderConstraints" direction="EAST"/>
- <Attribute name="refreshDelay" value="(Literal)1000"/>
- </Component>
- </Content>
- </Component>
-
-
- <Component type="org.mc4j.console.dashboard.components.AttributeTableComponent">
- <Attribute name="beanList" value="ConnectionBeanList"/>
- <Constraint type="BorderConstraints" direction="CENTER"/>
-
- <Attribute name="background" value="(Literal)0xFFFFFF"/>
- <Attribute name="preferredSize" value="100,100"/>
-
-
-
- <Attribute name="AttributeName" value="(Literal)RemoteAddress"/>
- <Attribute name="AttributeName" value="(Literal)ReadBytes"/>
- <Attribute name="AttributeName" value="(Literal)WrittenBytes"/>
- <Attribute name="AttributeName" value="(Literal)LastIoTime"/>
- </Component>
-
-
- </Content>
-</Dashboard>
diff --git a/java/management/mc4j/qpid/BlazeExchanges.xml b/java/management/mc4j/qpid/BlazeExchanges.xml
deleted file mode 100644
index cb80a87b80..0000000000
--- a/java/management/mc4j/qpid/BlazeExchanges.xml
+++ /dev/null
@@ -1,84 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!--
- -
- - Licensed to the Apache Software Foundation (ASF) under one
- - or more contributor license agreements. See the NOTICE file
- - distributed with this work for additional information
- - regarding copyright ownership. The ASF licenses this file
- - to you under the Apache License, Version 2.0 (the
- - "License"); you may not use this file except in compliance
- - with the License. You may obtain a copy of the License at
- -
- - http://www.apache.org/licenses/LICENSE-2.0
- -
- - Unless required by applicable law or agreed to in writing,
- - software distributed under the License is distributed on an
- - "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
- - KIND, either express or implied. See the License for the
- - specific language governing permissions and limitations
- - under the License.
- -
- -->
-<!DOCTYPE Dashboard PUBLIC "-//MC4J//DTD Dashboard 1.0//EN" "http://mc4j.sourceforge.net/Dashboard_1_0.dtd">
-
-<Dashboard version="1.0" name="Qpid AMQ Exchanges">
-
- <Description>This dashboard shows the statistics of all Qpid Exchanges.</Description>
-
- <DashboardMatch type="Global" location="/Qpid/Exchanges">
- <BeanMatch id="ConnectionBeanList" type="Multiple">
- <Condition type="BeanObjectNameCondition" filter="type=Exchange"/>
- </BeanMatch>
- </DashboardMatch>
-
- <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>
- <Component type="org.mc4j.console.dashboard.components.RefreshControlComponent">
- <Constraint type="BorderConstraints" direction="EAST"/>
- <Attribute name="refreshDelay" value="(Literal)1000"/>
- </Component>
- </Content>
- </Component>
-
-
- <Component type="org.mc4j.console.dashboard.components.AttributeTableComponent">
- <Attribute name="beanList" value="ConnectionBeanList"/>
- <Constraint type="BorderConstraints" direction="CENTER"/>
-
- <Attribute name="background" value="(Literal)0xFFFFFF"/>
- <Attribute name="preferredSize" value="100,100"/>
-
- <Attribute name="AttributeName" value="(Literal)Name"/>
- <Attribute name="AttributeName" value="(Literal)Durable"/>
- <Attribute name="AttributeName" value="(Literal)Bindings"/>
- </Component>
-
-
- </Content>
-</Dashboard>
diff --git a/java/management/mc4j/qpid/BlazeQueues.xml b/java/management/mc4j/qpid/BlazeQueues.xml
deleted file mode 100644
index ec2bb42672..0000000000
--- a/java/management/mc4j/qpid/BlazeQueues.xml
+++ /dev/null
@@ -1,86 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!--
- -
- - Licensed to the Apache Software Foundation (ASF) under one
- - or more contributor license agreements. See the NOTICE file
- - distributed with this work for additional information
- - regarding copyright ownership. The ASF licenses this file
- - to you under the Apache License, Version 2.0 (the
- - "License"); you may not use this file except in compliance
- - with the License. You may obtain a copy of the License at
- -
- - http://www.apache.org/licenses/LICENSE-2.0
- -
- - Unless required by applicable law or agreed to in writing,
- - software distributed under the License is distributed on an
- - "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
- - KIND, either express or implied. See the License for the
- - specific language governing permissions and limitations
- - under the License.
- -
- -->
-<!DOCTYPE Dashboard PUBLIC "-//MC4J//DTD Dashboard 1.0//EN" "http://mc4j.sourceforge.net/Dashboard_1_0.dtd">
-
-<Dashboard version="1.0" name="Qpid AMQ Queues">
-
- <Description>This dashboard shows the statistics of all Qpid Queues.</Description>
-
- <DashboardMatch type="Global" location="/Qpid/Queues">
- <BeanMatch id="ConnectionBeanList" type="Multiple">
- <Condition type="BeanObjectNameCondition" filter="type=Queue"/>
- </BeanMatch>
- </DashboardMatch>
-
- <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>
- <Component type="org.mc4j.console.dashboard.components.RefreshControlComponent">
- <Constraint type="BorderConstraints" direction="EAST"/>
- <Attribute name="refreshDelay" value="(Literal)1000"/>
- </Component>
- </Content>
- </Component>
-
-
- <Component type="org.mc4j.console.dashboard.components.AttributeTableComponent">
- <Attribute name="beanList" value="ConnectionBeanList"/>
- <Constraint type="BorderConstraints" direction="CENTER"/>
-
- <Attribute name="background" value="(Literal)0xFFFFFF"/>
- <Attribute name="preferredSize" value="100,100"/>
-
- <Attribute name="AttributeName" value="(Literal)Name"/>
- <Attribute name="AttributeName" value="(Literal)AutoDelete"/>
- <Attribute name="AttributeName" value="(Literal)Durable"/>
- <Attribute name="AttributeName" value="(Literal)Owner"/>
- <Attribute name="AttributeName" value="(Literal)MessageCount"/>
- </Component>
-
-
- </Content>
-</Dashboard>
diff --git a/java/management/mc4j/qpid/BlazeSingleQueue.xml b/java/management/mc4j/qpid/BlazeSingleQueue.xml
deleted file mode 100644
index 76a0aed7f8..0000000000
--- a/java/management/mc4j/qpid/BlazeSingleQueue.xml
+++ /dev/null
@@ -1,102 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!--
- -
- - Licensed to the Apache Software Foundation (ASF) under one
- - or more contributor license agreements. See the NOTICE file
- - distributed with this work for additional information
- - regarding copyright ownership. The ASF licenses this file
- - to you under the Apache License, Version 2.0 (the
- - "License"); you may not use this file except in compliance
- - with the License. You may obtain a copy of the License at
- -
- - http://www.apache.org/licenses/LICENSE-2.0
- -
- - Unless required by applicable law or agreed to in writing,
- - software distributed under the License is distributed on an
- - "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
- - KIND, either express or implied. See the License for the
- - specific language governing permissions and limitations
- - under the License.
- -
- -->
-<!DOCTYPE Dashboard PUBLIC "-//MC4J//DTD Dashboard 1.0//EN" "http://mc4j.sourceforge.net/Dashboard_1_0.dtd">
-
-<Dashboard version="1.0" name="Qpid Queue Statistics Graph">
-
- <Description>This dashboard shows the statistics of a Qpid Queue</Description>
-
- <DashboardMatch type="Bean">
- <BeanMatch id="QueueNode" type="Single">
- <Condition type="BeanObjectNameCondition" filter="type=Queue"/>
- </BeanMatch>
- </DashboardMatch>
-
- <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"/>
- <Attribute name="preferredSize" value="100,100"/>
- <LayoutManager type="java.awt.BoxLayout" axis="Y_AXIS"/>
- <Content>
-
- <Component type="org.mc4j.console.swing.SectionHolder">
- <Attribute name="title" value="(Literal)Queue Depth"/>
- <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="QueueNode"/>
-
- <Attribute name="preferredSize" value="(Literal)400,150"/>
- <Attribute name="attributeName" value="(Literal)MessageCount"/>
- </Component>
- </Content>
- </Component>
-
- <Component type="org.mc4j.console.dashboard.components.FillerComponent">
- <Attribute name="type" value="(Literal)VERTICAL_GLUE_SHAPE"/>
- </Component>
- </Content>
-
- </Component>
- </Content>
- </Component>
-
-
- </Content>
-</Dashboard>