bottleneck testcase based on rubbos
[bottlenecks.git] / rubbos / app / tomcat-connectors-1.2.32-src / jkstatus / src / share / org / apache / jk / status / mbeans-descriptors.xml
1 <?xml version="1.0"?>
2 <!--
3   Licensed to the Apache Software Foundation (ASF) under one or more
4   contributor license agreements.  See the NOTICE file distributed with
5   this work for additional information regarding copyright ownership.
6   The ASF licenses this file to You under the Apache License, Version 2.0
7   (the "License"); you may not use this file except in compliance with
8   the License.  You may obtain a copy of the License at
9
10       http://www.apache.org/licenses/LICENSE-2.0
11
12   Unless required by applicable law or agreed to in writing, software
13   distributed under the License is distributed on an "AS IS" BASIS,
14   WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
15   See the License for the specific language governing permissions and
16   limitations under the License.
17 -->
18 <mbeans-descriptors>
19
20 <!--
21   <mbean name="JkStatus"
22          description="represent the apache mod_jk status"
23          domain="Jk"
24          group="Status"
25          type="org.apache.jk.status.JkStatusMbean">
26     
27     <attribute name="className"
28                description="Fully qualified class name of the managed object"
29                type="java.lang.String"
30                writeable="false"/>
31
32     <attribute name="info"
33                description="The base directory for Context configuration files"
34                type="java.lang.String"
35                writeable="false" />
36       
37     <operation name="check"
38                description="Check a web application name for updates"
39                impact="ACTION"
40                returnType="void">
41       <parameter name="name"
42                  description="Application name"
43                  type="java.lang.String"/>
44     </operation>
45
46   </mbean>
47 -->
48 </mbeans-descriptors>