Author: markt
Date: Fri Feb 3 20:20:40 2012
New Revision: 1240335
URL: http://svn.apache.org/viewvc?rev=1240335&view=rev
Log:
Update descriptor
Modified:
tomcat/trunk/java/org/apache/catalina/mbeans/mbeans-descriptors.xml
Modified: tomcat/trunk/java/org/apache/catalina/mbeans/mbeans-descriptors.xml
URL:
http://svn.apache.org/viewvc/tomcat/trunk/java/org/apache/catalina/mbeans/mbeans-descriptors.xml?rev=1240335&r1=1240334&r2=1240335&view=diff
==============================================================================
--- tomcat/trunk/java/org/apache/catalina/mbeans/mbeans-descriptors.xml
(original)
+++ tomcat/trunk/java/org/apache/catalina/mbeans/mbeans-descriptors.xml Fri Feb
3 20:20:40 2012
@@ -27,15 +27,6 @@
<!-- value is the object name of the corresponding MBean for the new -->
<!-- component. -->
- <operation name="createAccessLoggerValve"
- description="Create a new AccessLoggerValve"
- impact="ACTION"
- returnType="java.lang.String">
- <parameter name="parent"
- description="MBean Name of the associated parent component"
- type="java.lang.String"/>
- </operation>
-
<operation name="createAjpConnector"
description="Create a new AjpConnector"
impact="ACTION"
@@ -150,33 +141,6 @@
type="java.lang.String"/>
</operation>
- <operation name="createRemoteAddrValve"
- description="Create a new Remote Address Filter Valve"
- impact="ACTION"
- returnType="java.lang.String">
- <parameter name="parent"
- description="MBean Name of the associated parent component"
- type="java.lang.String"/>
- </operation>
-
- <operation name="createRemoteHostValve"
- description="Create a new Remote Host Filter Valve"
- impact="ACTION"
- returnType="java.lang.String">
- <parameter name="parent"
- description="MBean Name of the associated parent component"
- type="java.lang.String"/>
- </operation>
-
- <operation name="createSingleSignOn"
- description="Create a new Single Sign On Valve"
- impact="ACTION"
- returnType="java.lang.String">
- <parameter name="parent"
- description="MBean Name of the associated parent component"
- type="java.lang.String"/>
- </operation>
-
<operation name="createStandardContext"
description="Create a new StandardContext"
impact="ACTION"
@@ -256,6 +220,18 @@
type="java.lang.String"/>
</operation>
+ <operation name="createValve"
+ description="Create a new Valve for the given Container"
+ impact="ACTION"
+ returnType="java.lang.String">
+ <parameter name="className"
+ description="Fully qualified class name of the Valve to create"
+ type="java.lang.String"/>
+ <parameter name="parent"
+ description="MBean Name of the associated parent component"
+ type="java.lang.String"/>
+ </operation>
+
<operation name="createWebappLoader"
description="Create a new Web Application Loader"
impact="ACTION"
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]