Skip to content

Commit

Permalink
Remove missing operations
Browse files Browse the repository at this point in the history
  • Loading branch information
rmaucher committed Nov 14, 2024
1 parent 51f6f0a commit 96d7674
Showing 1 changed file with 4 additions and 14 deletions.
18 changes: 4 additions & 14 deletions java/org/apache/catalina/storeconfig/mbeans-descriptors.xml
Original file line number Diff line number Diff line change
Expand Up @@ -26,9 +26,11 @@
domain="Catalina"
group="StoreConfig"
type="org.apache.catalina.storeconfig.StoreConfig">

<operation name="storeConfig"
description="Store Server"
impact="ACTION" returnType="void" />

<operation name="storeServer"
description="Store Server from ObjectName"
impact="ACTION" returnType="void" >
Expand Down Expand Up @@ -59,6 +61,7 @@
description="store all or store only internal server.xml context (configFile == null)"
type="boolean"/>
</operation>

<operation name="store"
description="Store Server"
impact="ACTION" returnType="void" >
Expand All @@ -67,27 +70,14 @@
type="org.apache.catalina.Server"
/>
</operation>

<operation name="store"
description="Store Context"
impact="ACTION" returnType="void" >
<parameter name="context"
description="Context"
type="org.apache.catalina.Context"/>
</operation>
<operation name="store"
description="Store Host"
impact="ACTION" returnType="void" >
<parameter name="host"
description="Host"
type="org.apache.catalina.Host"/>
</operation>
<operation name="store"
description="Store Service"
impact="ACTION" returnType="void" >
<parameter name="service"
description="service"
type="org.apache.catalina.Service"/>
</operation>

</mbean>

Expand Down

0 comments on commit 96d7674

Please sign in to comment.