[jboss-svn-commits] JBL Code SVN: r31005 - in labs/jbossesb/branches/JBESB_4_7_CP/product/tools/jonplugin: as5/src/main/resources/META-INF and 1 other directory.
jboss-svn-commits at lists.jboss.org
jboss-svn-commits at lists.jboss.org
Mon Jan 11 05:04:36 EST 2010
Author: kevin.conner at jboss.com
Date: 2010-01-11 05:04:35 -0500 (Mon, 11 Jan 2010)
New Revision: 31005
Modified:
labs/jbossesb/branches/JBESB_4_7_CP/product/tools/jonplugin/as4/src/main/resources/META-INF/rhq-plugin.xml
labs/jbossesb/branches/JBESB_4_7_CP/product/tools/jonplugin/as5/src/main/resources/META-INF/rhq-plugin.xml
Log:
Change plugin naming and descriptions: JBESB-3110
Modified: labs/jbossesb/branches/JBESB_4_7_CP/product/tools/jonplugin/as4/src/main/resources/META-INF/rhq-plugin.xml
===================================================================
--- labs/jbossesb/branches/JBESB_4_7_CP/product/tools/jonplugin/as4/src/main/resources/META-INF/rhq-plugin.xml 2010-01-11 07:11:19 UTC (rev 31004)
+++ labs/jbossesb/branches/JBESB_4_7_CP/product/tools/jonplugin/as4/src/main/resources/META-INF/rhq-plugin.xml 2010-01-11 10:04:35 UTC (rev 31005)
@@ -73,15 +73,15 @@
<plugin-configuration>
<c:simple-property name="objectName" readOnly="true" default="jboss.esb:deployment=%deployment%"/>
<c:simple-property name="nameTemplate" default="{deployment}"/>
- <c:simple-property name="descriptionTemplate" default="JBoss ESB metrics for the {deployment} deployment."/>
- <c:simple-property name="deployment" type="string" description="the JBoss ESB deployment name"/>
+ <c:simple-property name="descriptionTemplate" default="Metrics for the {deployment} deployment."/>
+ <c:simple-property name="deployment" type="string" description="the deployment name"/>
<c:group name="advanced" displayName="Advanced" hiddenByDefault="true">
<c:simple-property name="extension" default="esb" readOnly="true"/>
<c:simple-property name="descriptionTemplate" default="ESB package" readOnly="true"/>
</c:group>
</plugin-configuration>
- <operation name="start" displayName="Start deployment" description="Start the JBoss ESB deployment"/>
- <operation name="stop" displayName="Stop deployment" description="Stop the JBoss ESB deployment"/>
+ <operation name="start" displayName="Start deployment" description="Start the deployment"/>
+ <operation name="stop" displayName="Stop deployment" description="Stop the deployment"/>
<metric property="Name" displayName="Deployment Type" dataType="trait" displayType="summary" defaultOn="true" description="Type of deployment"/>
<metric property="StateString" displayName=".esb State String" dataType="trait" displayType="summary" defaultOn="true" description="Current state of the ESB"/>
<metric property="State" displayName=".esb State" dataType="trait" displayType="summary" defaultOn="true" description="Numeric value of the state of the ESB deployment"/>
@@ -107,9 +107,9 @@
<plugin-configuration>
<c:simple-property name="objectName" readOnly="true" default="jboss.esb:category=MessageCounter,deployment={deployment},service-category=%categoryName%,service-name=%serviceName%"/>
<c:simple-property name="nameTemplate" default="{serviceName} Service"/>
- <c:simple-property name="DescriptionTemplate" default="JBoss ESB metrics for the {serviceName} service."/>
- <c:simple-property name="serviceName" type="string" description="the JBoss ESB service name"/>
- <c:simple-property name="categoryName" type="string" description="the JBoss ESB service category name"/>
+ <c:simple-property name="DescriptionTemplate" default="Metrics for the {serviceName} service."/>
+ <c:simple-property name="serviceName" type="string" description="the service name"/>
+ <c:simple-property name="categoryName" type="string" description="the service category name"/>
</plugin-configuration>
<operation name="resetCounter" displayName="Reset the message counter" description="Reset the message counter">
@@ -129,10 +129,10 @@
]]>
</help>
- <service name="JBoss ESB Listeners"
+ <service name="Listeners"
discovery="org.jbosson.plugins.jbossesb.ESBDiscoveryComponent"
class="ListenerComponent"
- description="JBoss ESB Listeners">
+ description="Listeners">
<plugin-configuration>
<c:simple-property name="objectName" readOnly="true" default="jboss.esb:deployment=%deploymentName%,listener-name=%listenerName%,service-category=%serviceCategory%,service-name={serviceName}"/>
<c:simple-property name="nameTemplate" default="{listenerName} - {serviceCategory} Listener Configuration"/>
@@ -156,15 +156,15 @@
<metric property="service-name" displayName="Service Name" dataType="trait" displayType="summary" defaultOn="true" description="Service Name"/>
<help>
<![CDATA[
- JBoss ESB Listener configuration shows the config of the listener.
+ Listener configuration shows the config of the listener.
]]>
</help>
</service>
- <service name="JBoss ESB Gateways"
+ <service name="Gateways"
discovery="org.jbosson.plugins.jbossesb.ESBDiscoveryComponent"
class="ListenerComponent"
- description="JBoss ESB Listeners">
+ description="Gateways">
<plugin-configuration>
<c:simple-property name="objectName" readOnly="true" default="jboss.esb:deployment=%deploymentName%,gateway-name=%listenerName%,target-service-category=%serviceCategory%,target-service-name={serviceName}"/>
<c:simple-property name="nameTemplate" default="{listenerName} - {serviceCategory} Listener Configuration"/>
@@ -186,7 +186,7 @@
<metric property="target-service-name" displayName="Service Name" dataType="trait" displayType="summary" defaultOn="true" description="Service Name"/>
<help>
<![CDATA[
- JBoss ESB Gateway configuration shows the config of the listener.
+ Gateway configuration shows the config of the listener.
]]>
</help>
</service>
@@ -196,12 +196,12 @@
<service name="Actions"
discovery="ActionDiscoveryComponent"
class="ActionComponent"
- description="JBoss ESB Actions">
+ description="Actions">
<plugin-configuration>
<c:simple-property name="objectName" readOnly="true" default="jboss.esb:category=MessageCounter,deployment={deployment},service-name=%service-name%"/>
- <c:simple-property name="nameTemplate" default="{actionName} JBoss ESB Action metrics"/>
- <c:simple-property name="descriptionTemplate" default="JBoss ESB metrics for the {actionName} action."/>
- <c:simple-property name="actionName" type="string" description="the JBoss ESB action name"/>
+ <c:simple-property name="nameTemplate" default="{actionName} Action metrics"/>
+ <c:simple-property name="descriptionTemplate" default="Metrics for the {actionName} action."/>
+ <c:simple-property name="actionName" type="string" description="the action name"/>
</plugin-configuration>
<metric displayName="Message Count" property="overallMessagesCount" category="utilization" displayType="summary" defaultOn="true" measurementType="dynamic"/>
<metric displayName="Message Count (avg)" property="overallMessagesCountMinute" category="utilization"
@@ -217,7 +217,7 @@
<metric displayName="Processing Time" property="processingTime" units="milliseconds" category="utilization" displayType="summary" defaultOn="true" measurementType="dynamic"/>
<help>
<![CDATA[
- JBoss ESB Actions are the actions executed within a service.
+ Actions are the actions executed within a service.
]]>
</help>
</service>
Modified: labs/jbossesb/branches/JBESB_4_7_CP/product/tools/jonplugin/as5/src/main/resources/META-INF/rhq-plugin.xml
===================================================================
--- labs/jbossesb/branches/JBESB_4_7_CP/product/tools/jonplugin/as5/src/main/resources/META-INF/rhq-plugin.xml 2010-01-11 07:11:19 UTC (rev 31004)
+++ labs/jbossesb/branches/JBESB_4_7_CP/product/tools/jonplugin/as5/src/main/resources/META-INF/rhq-plugin.xml 2010-01-11 10:04:35 UTC (rev 31005)
@@ -74,15 +74,15 @@
<c:simple-property name="deploymentTypeName" readOnly="true" default="JavaEEWebApplication"/>
<c:simple-property name="objectName" readOnly="true" default="jboss.esb:deployment=%deployment%"/>
<c:simple-property name="nameTemplate" default="{deployment}"/>
- <c:simple-property name="descriptionTemplate" default="JBoss ESB metrics for the {deployment} deployment."/>
- <c:simple-property name="deployment" type="string" description="the JBoss ESB deployment name"/>
+ <c:simple-property name="descriptionTemplate" default="Metrics for the {deployment} deployment."/>
+ <c:simple-property name="deployment" type="string" description="the deployment name"/>
<c:group name="advanced" displayName="Advanced" hiddenByDefault="true">
<c:simple-property name="extension" default="esb" readOnly="true"/>
<c:simple-property name="descriptionTemplate" default="ESB package" readOnly="true"/>
</c:group>
</plugin-configuration>
- <operation name="start" displayName="Start deployment" description="Start the JBoss ESB deployment"/>
- <operation name="stop" displayName="Stop deployment" description="Stop the JBoss ESB deployment"/>
+ <operation name="start" displayName="Start deployment" description="Start the deployment"/>
+ <operation name="stop" displayName="Stop deployment" description="Stop the deployment"/>
<metric property="Name" displayName="Deployment Type" dataType="trait" displayType="summary" defaultOn="true" description="Type of deployment"/>
<!--
<metric property="StateString" displayName=".esb State String" dataType="trait" displayType="summary" defaultOn="true" description="Current state of the ESB"/>
@@ -110,9 +110,9 @@
<plugin-configuration>
<c:simple-property name="objectName" readOnly="true" default="jboss.esb:category=MessageCounter,deployment={deployment},service-category=%categoryName%,service-name=%serviceName%"/>
<c:simple-property name="nameTemplate" default="{serviceName} Service"/>
- <c:simple-property name="DescriptionTemplate" default="JBoss ESB metrics for the {serviceName} service."/>
- <c:simple-property name="serviceName" type="string" description="the JBoss ESB service name"/>
- <c:simple-property name="categoryName" type="string" description="the JBoss ESB service category name"/>
+ <c:simple-property name="DescriptionTemplate" default="Metrics for the {serviceName} service."/>
+ <c:simple-property name="serviceName" type="string" description="the service name"/>
+ <c:simple-property name="categoryName" type="string" description="the service category name"/>
</plugin-configuration>
<operation name="resetCounter" displayName="Reset the message counter" description="Reset the message counter">
<results><c:simple-property name="operationResult" description="Outcome of starting the server."/></results>
@@ -130,10 +130,10 @@
Services are the services available within a deployment.
]]>
</help>
- <service name="JBoss ESB Listeners"
+ <service name="Listeners"
discovery="org.jbosson.plugins.jbossesb.ESBDiscoveryComponent"
class="ListenerComponent"
- description="JBoss ESB Listeners">
+ description="Listeners">
<plugin-configuration>
<c:simple-property name="objectName" readOnly="true" default="jboss.esb:deployment=%deploymentName%,listener-name=%listenerName%,service-category=%serviceCategory%,service-name={serviceName}"/>
<c:simple-property name="nameTemplate" default="{listenerName} - {serviceCategory} Listener Configuration"/>
@@ -157,15 +157,15 @@
<metric property="service-name" displayName="Service Name" dataType="trait" displayType="summary" defaultOn="true" description="Service Name"/>
<help>
<![CDATA[
- JBoss ESB Listener configuration shows the config of the listener.
+ Listener configuration shows the config of the listener.
]]>
</help>
</service>
- <service name="JBoss ESB Gateways"
+ <service name="Gateways"
discovery="org.jbosson.plugins.jbossesb.ESBDiscoveryComponent"
class="ListenerComponent"
- description="JBoss ESB Listeners">
+ description="Gateways">
<plugin-configuration>
<c:simple-property name="objectName" readOnly="true" default="jboss.esb:deployment=%deploymentName%,gateway-name=%listenerName%,target-service-category=%serviceCategory%,target-service-name={serviceName}"/>
<c:simple-property name="nameTemplate" default="{listenerName} - {serviceCategory} Listener Configuration"/>
@@ -183,7 +183,7 @@
<metric property="target-service-name" displayName="Service Name" dataType="trait" displayType="summary" defaultOn="true" description="Service Name"/>
<help>
<![CDATA[
- JBoss ESB Gateway configuration shows the config of the listener.
+ Gateway configuration shows the config of the listener.
]]>
</help>
</service>
@@ -192,12 +192,12 @@
<service name="Actions"
discovery="ActionDiscoveryComponent"
class="ActionComponent"
- description="JBoss ESB Actions">
+ description="Actions">
<plugin-configuration>
<c:simple-property name="objectName" readOnly="true" default="jboss.esb:category=MessageCounter,deployment={deployment},service-name=%service-name%"/>
- <c:simple-property name="nameTemplate" default="{actionName} JBoss ESB Action metrics"/>
- <c:simple-property name="descriptionTemplate" default="JBoss ESB metrics for the {actionName} action."/>
- <c:simple-property name="actionName" type="string" description="the JBoss ESB action name"/>
+ <c:simple-property name="nameTemplate" default="{actionName} Action metrics"/>
+ <c:simple-property name="descriptionTemplate" default="Metrics for the {actionName} action."/>
+ <c:simple-property name="actionName" type="string" description="the action name"/>
</plugin-configuration>
<metric displayName="Message Count" property="overallMessagesCount" category="utilization" displayType="summary" defaultOn="true" measurementType="dynamic"/>
<metric displayName="Message Count (avg)" property="overallMessagesCountMinute" category="utilization"
@@ -213,7 +213,7 @@
<metric displayName="Processing Time" property="processingTime" units="milliseconds" category="utilization" displayType="summary" defaultOn="true" measurementType="dynamic"/>
<help>
<![CDATA[
- JBoss ESB Actions are the actions executed within a service.
+ Actions are the actions executed within a service.
]]>
</help>
</service>
More information about the jboss-svn-commits
mailing list